Skip to content

Commit 9c3ba1a

Browse files
committed
feat(chapter12): add chapter12 to Makefile and pytest configuration
1 parent 1455744 commit 9c3ba1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test test-all clean clean-coverage clean-results combine-coverage merge-junit
22

3-
CHAPTERS = chapter01 chapter04 chapter06 chapter07 chapter09 chapter10 chapter11
3+
CHAPTERS = chapter01 chapter04 chapter06 chapter07 chapter09 chapter10 chapter11 chapter12
44
TEST_RESULTS_DIR = test-results
55
COVERAGE_DIR = $(TEST_RESULTS_DIR)/coverage
66
JUNIT_DIR = $(TEST_RESULTS_DIR)/junit

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ testpaths =
77
chapter09/tests
88
chapter10/tests
99
chapter11/tests
10+
chapter12/tests
1011
python_files = test_*.py
1112
pythonpath = .
1213
norecursedirs = chapter02 chapter03 chapter05

0 commit comments

Comments
 (0)