33 Commits

Author SHA1 Message Date
153e36c790 7.5 Taking a First, Self-Contained Step: One New URL 2020-11-11 00:07:25 +11:00
e59776035b 7.4 Iterating Towards the New Design 2020-11-10 23:56:56 +11:00
0d2e2de364 7.3 Ensuring We Have a Regression Test 2020-11-10 23:53:42 +11:00
5c57b306bd 7.0 Small Design When Necessary 2020-11-10 23:39:17 +11:00
8cdc3ec319 6.3 On Implicit and Explicit Waits, and Voodoo time.sleeps 2020-11-09 16:58:36 +11:00
5b4547af9a 6.1 Ensuring Test Isolation in Functional Tests 2020-11-09 15:52:11 +11:00
05b8f21943 Redirect after POST, and show all items in template 2020-11-09 12:33:20 +11:00
ff01b880eb Rendering Items in the Template 2020-11-09 12:22:55 +11:00
deceab97c3 5.7 Redirect After a POST 2020-11-09 11:57:23 +11:00
8bfd695ece 5.6 Saving the POST to the Database 2020-11-09 11:16:18 +11:00
ac7a1a70e1 5.5.2 The Test Gets Surprisingly Far: Model for list Items and associated migration 2020-11-08 22:03:59 +11:00
d5facdfa2c 5.5 The Django ORM and Our First Model, created ItemModelTest 2020-11-08 21:48:15 +11:00
87834f5a0b 5.4 Three Strikes and Refactor 2020-11-08 20:50:27 +11:00
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
892cdbf541 5.3.1 An Unexpected Failure 2020-11-08 20:39:30 +11:00
c0661056cf 5.3 Passing Python Variables to Be Rendered in the Template 2020-11-08 16:50:20 +11:00
81b586ac07 5.2 Processing a POST Request on the Server 2020-11-08 16:24:07 +11:00
9c102d7add Finished 5.1 Wiring Up our form to send a POST request 2020-11-08 14:44:57 +11:00
1fb94c9d74 Finished to 4.5 Front page HTML now generated from a template 2020-11-07 21:25:24 +11:00
747e0c7009 Finished 4.4 On Refactoring 2020-11-07 21:05:22 +11:00
89224c9928 4.3.1 Refactoring to Use a Template 2020-11-07 20:48:41 +11:00
4f7cb1bb5a Finished 4.2 Using selenium to test user interactions 2020-11-07 19:21:21 +11:00
bfaffaa997 Finished up to chap 3.7: Basic view now returns minimal HTML 2020-11-07 15:23:42 +11:00
1827d492d6 Finished up to 3.6, First unit test and url mapping, dummy view 2020-11-07 14:42:22 +11:00
ff9370e0ca Chapter3.5 Wrote application, created lists/views.py 2020-11-06 12:32:21 +11:00
6db53bce69 Chapter3.2 Unit testing in Django, Add app for lists, with deliverately failing unit test 2020-10-15 17:47:38 +11:00
4671fcd24d Chapter3.1 Our First Django App, and Our First Unit Test 2020-10-15 17:43:46 +11:00
76a8bf8aed Chap2.2 The Python Standard Library's unittest Module 2020-10-15 17:34:44 +11:00
e48aa8a282 Chapter2.1 Using a Functional Test to Scope Out a Minimum Viable App 2020-10-15 17:17:44 +11:00
2f89272c14 Chapter1.2 Getting Django Up and Running 2020-10-15 16:03:24 +11:00
ee21fccd52 Chap1.1 Obey the Testing Goat! Do Nothing Until You Have a Test 2020-10-15 16:00:29 +11:00
d96795923e First work 2020-10-15 15:59:52 +11:00
1cd42eff1b Initial commit 2020-10-15 14:53:46 +10:00