Commit Graph

61 Commits (bfa3bde075dd9778b0401cd30883e84f964bb40e)

Author SHA1 Message Date
Jason Zhu bfa3bde075 8.4.1 Rows and Columns 2020-11-11 18:18:10 +11:00
Jason Zhu 8a57cbfc10 8.4 Integrating Bootstrap 2020-11-11 18:09:23 +11:00
Jason Zhu 430167db83 8.3 Django Template Inheritance 2020-11-11 18:03:02 +11:00
Jason Zhu d209a9a794 8.2 Prettification: Using a CSS Framework
Added Bootstrap v3 into lists
2020-11-11 17:48:24 +11:00
Jason Zhu f8ea01f895 8.1 What to Functionally Test About Layout and Style 2020-11-11 17:32:22 +11:00
Jason Zhu c1e75783d6 7.12 A Final Refactor Using URL includes (w/ bug fix) 2020-11-11 16:02:34 +11:00
Jason Zhu 59f8866642 A Final Refactor Using URL includes 2020-11-11 15:57:15 +11:00
Jason Zhu e3f0793729 7.11.4 Testing the Response Context Objects Directly 2020-11-11 15:47:02 +11:00
Jason Zhu d99dd167ac 7.11.2 The Last New View (w/ bug fix) 2020-11-11 15:27:37 +11:00
Jason Zhu 84f6645fc1 7.11.2 The Last New URL 2020-11-11 15:20:04 +11:00
Jason Zhu 62beff176e 7.11.1 Beware of Greedy Regular Expressions! 2020-11-11 15:19:01 +11:00
Jason Zhu 3b999bda98 7.11 One More View to Handle Adding Items to an Existing List 2020-11-11 15:15:51 +11:00
Jason Zhu 29124d8fcd 7.10.2 Adjusting new_list to the New World (w/ bug fix) 2020-11-11 15:04:49 +11:00
Jason Zhu 434e66e0ae 7.10.1 Capturing Parameters from URLs 2020-11-11 14:54:17 +11:00
Jason Zhu df26c82490 7.10 Each List Should Have Its Own URL 2020-11-11 14:52:09 +11:00
Jason Zhu 6515ab1dc7 7.9.2 Adjusting the Rest of the World to Our New Models 2020-11-11 14:47:24 +11:00
Jason Zhu db97326010 7.9.1 A Foreign Key Relationship (continue) 2020-11-11 14:41:58 +11:00
Jason Zhu 5e167bf898 7.9.1 A Foreign Key Relationship 2020-11-11 14:41:27 +11:00
Jason Zhu 56e0feac1e 7.9 Biting the Bullet: Adjustinig Our Models 2020-11-11 14:39:11 +11:00
Jason Zhu 5dc4127eaa 7.8.4 A Regression! Pointing Our Forms at the New URL 2020-11-11 14:35:01 +11:00
Jason Zhu 11be39eaf2 7.8.3 Removing Now-Redundant Code and Tests 2020-11-11 14:33:52 +11:00
Jason Zhu b5ab7f620a 7.8.2 A URL and View for New List Creation 2020-11-11 14:32:21 +11:00
Jason Zhu 24fb7b1e09 7.8.1 A Test Class for New List Creation 2020-11-11 14:27:11 +11:00
Jason Zhu 8bf071ae61 7.7 Another Small Step: A Separate Template for Viewing Lists 2020-11-11 14:19:55 +11:00
Jason Zhu 541e85a01f 7.6 Green? Refactor 2020-11-11 14:15:26 +11:00
Jason Zhu 2e3ddeb036 7.5.2+ A New View Function 2020-11-11 13:36:02 +11:00
Jason Zhu d2d72da60d 7.5.2 A New View Function 2020-11-11 13:33:55 +11:00
Jason Zhu 4d0f9a6976 7.5.1 A New URL 2020-11-11 00:07:45 +11:00
Jason Zhu 153e36c790 7.5 Taking a First, Self-Contained Step: One New URL 2020-11-11 00:07:25 +11:00
Jason Zhu e59776035b 7.4 Iterating Towards the New Design 2020-11-10 23:56:56 +11:00
Jason Zhu 0d2e2de364 7.3 Ensuring We Have a Regression Test 2020-11-10 23:53:42 +11:00
Jason Zhu 5c57b306bd 7.0 Small Design When Necessary 2020-11-10 23:39:17 +11:00
Jason Zhu 8cdc3ec319 6.3 On Implicit and Explicit Waits, and Voodoo time.sleeps 2020-11-09 16:58:36 +11:00
Jason Zhu 5b4547af9a 6.1 Ensuring Test Isolation in Functional Tests 2020-11-09 15:52:11 +11:00
Jason Zhu 05b8f21943 Redirect after POST, and show all items in template 2020-11-09 12:33:20 +11:00
Jason Zhu ff01b880eb Rendering Items in the Template 2020-11-09 12:22:55 +11:00
Jason Zhu deceab97c3 5.7 Redirect After a POST 2020-11-09 11:57:23 +11:00
Jason Zhu 8bfd695ece 5.6 Saving the POST to the Database 2020-11-09 11:16:18 +11:00
Jason Zhu ac7a1a70e1 5.5.2 The Test Gets Surprisingly Far: Model for list Items and associated migration 2020-11-08 22:03:59 +11:00
Jason Zhu d5facdfa2c 5.5 The Django ORM and Our First Model, created ItemModelTest 2020-11-08 21:48:15 +11:00
Jason Zhu 87834f5a0b 5.4 Three Strikes and Refactor 2020-11-08 20:50:27 +11:00
Jason Zhu 9bacbfef4c 5.3.1+ fixed problem by replacing find_element_by_tag_name with find_elements_by_tag_name 2020-11-08 20:46:26 +11:00
Jason Zhu 892cdbf541 5.3.1 An Unexpected Failure 2020-11-08 20:39:30 +11:00
Jason Zhu c0661056cf 5.3 Passing Python Variables to Be Rendered in the Template 2020-11-08 16:50:20 +11:00
Jason Zhu 81b586ac07 5.2 Processing a POST Request on the Server 2020-11-08 16:24:07 +11:00
Jason Zhu 9c102d7add Finished 5.1 Wiring Up our form to send a POST request 2020-11-08 14:44:57 +11:00
Jason Zhu 1fb94c9d74 Finished to 4.5 Front page HTML now generated from a template 2020-11-07 21:25:24 +11:00
Jason Zhu 747e0c7009 Finished 4.4 On Refactoring 2020-11-07 21:05:22 +11:00
Jason Zhu 89224c9928 4.3.1 Refactoring to Use a Template 2020-11-07 20:48:41 +11:00
Jason Zhu 4f7cb1bb5a Finished 4.2 Using selenium to test user interactions 2020-11-07 19:21:21 +11:00