We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1455744 commit 9c3ba1aCopy full SHA for 9c3ba1a
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: test test-all clean clean-coverage clean-results combine-coverage merge-junit
2
3
-CHAPTERS = chapter01 chapter04 chapter06 chapter07 chapter09 chapter10 chapter11
+CHAPTERS = chapter01 chapter04 chapter06 chapter07 chapter09 chapter10 chapter11 chapter12
4
TEST_RESULTS_DIR = test-results
5
COVERAGE_DIR = $(TEST_RESULTS_DIR)/coverage
6
JUNIT_DIR = $(TEST_RESULTS_DIR)/junit
pytest.ini
@@ -7,6 +7,7 @@ testpaths =
7
chapter09/tests
8
chapter10/tests
9
chapter11/tests
10
+ chapter12/tests
11
python_files = test_*.py
12
pythonpath = .
13
norecursedirs = chapter02 chapter03 chapter05
0 commit comments