Skip to content

Commit 1cabd38

Browse files
committed
try testing everyhting in parallel yolo
1 parent d08cc07 commit 1cabd38

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,27 +60,6 @@ jobs:
6060
# run: |
6161
# make test_chapter_02_unittest
6262

63-
- name: Test chapter 3
64-
if: always()
63+
- name: Test all chapters in parallel, yolo
6564
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_*

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ docopt
77
requests
88
selenium>=3.4.3
99
fabric3
10+
pytest-xdist

0 commit comments

Comments
 (0)