Skip to content

Commit 3143ff6

Browse files
committed
feed thru into 21
1 parent 7eca7e4 commit 3143ff6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

chapter_21_mocking_2.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Let's check all our tests pass:
554554
----
555555
$ pass:quotes[*python src/manage.py test accounts*]
556556
[...]
557-
Ran 14 tests in 0.021s
557+
Ran 15 tests in 0.021s
558558
559559
OK
560560
----
@@ -751,7 +751,7 @@ That gets us to passing tests:
751751
[subs="specialcharacters,macros"]
752752
----
753753
$ pass:quotes[*python src/manage.py test accounts*]
754-
Ran 15 tests in 0.023s
754+
Ran 16 tests in 0.023s
755755
756756
OK
757757
----
@@ -920,7 +920,7 @@ AssertionError: call('ack!') != call(<WSGIRequest: GET
920920
'/accounts/login?token=[...]
921921
[...]
922922
923-
Ran 16 tests in 0.026s
923+
Ran 17 tests in 0.026s
924924
925925
FAILED (failures=1, errors=1)
926926
----
@@ -1117,7 +1117,7 @@ Now our tests pass:
11171117
$ *python src/manage.py test accounts*
11181118
[...]
11191119
1120-
Ran 17 tests in 0.025s
1120+
Ran 18 tests in 0.025s
11211121
11221122
OK
11231123
----
@@ -1191,7 +1191,7 @@ Sure enough they both pass:
11911191
----
11921192
$ *python src/manage.py test accounts*
11931193
[...]
1194-
Ran 19 tests in 0.025s
1194+
Ran 20 tests in 0.025s
11951195
11961196
OK
11971197
----
@@ -1282,7 +1282,7 @@ And we're down to 17 tests:
12821282
----
12831283
$ *python src/manage.py test accounts*
12841284
[...]
1285-
Ran 17 tests in 0.015s
1285+
Ran 18 tests in 0.015s
12861286
12871287
OK
12881288
----
@@ -1616,7 +1616,7 @@ $ *python src/manage.py test functional_tests.test_login*
16161616
OK
16171617
$ *cd src && python manage.py test*
16181618
[...]
1619-
Ran 55 tests in 78.124s
1619+
Ran 56 tests in 78.124s
16201620
16211621
OK
16221622
----

0 commit comments

Comments
 (0)