File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 60
60
# run: |
61
61
# make test_chapter_02_unittest
62
62
63
- - name : Test chapter 3
64
- if : always()
63
+ - name : Test all chapters in parallel, yolo
65
64
run : |
66
- make test_chapter_unit_test_first_view
67
-
68
- - name : Test chapter 4
69
- if : always()
70
- run : |
71
- make test_chapter_philosophy_and_refactoring
72
-
73
- - name : Test chapter 5
74
- if : always()
75
- run : |
76
- make test_chapter_post_and_database
77
-
78
- - name : Test chapter 6
79
- if : always()
80
- run : |
81
- make test_chapter_explicit_waits_1
82
-
83
- - name : Test chapter 7
84
- if : always()
85
- run : |
86
- make test_chapter_working_incrementally
65
+ pytest --tb=short -n=4 tests/test_chapter_*
Original file line number Diff line number Diff line change 7
7
requests
8
8
selenium >= 3.4.3
9
9
fabric3
10
+ pytest-xdist
You can’t perform that action at this time.
0 commit comments