File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,5 @@ exclude_also =
18
18
19
19
[run]
20
20
omit =
21
- Tests/32bit_segfault_check.py
22
- Tests/check_*.py
21
+ checks/*.py
23
22
Tests/createfontdatachunk.py
Original file line number Diff line number Diff line change 75
75
76
76
.PHONY : release-test
77
77
release-test :
78
- python3 Tests /check_release_notes.py
78
+ python3 checks /check_release_notes.py
79
79
python3 -m pip install -e .[tests]
80
80
python3 selftest.py
81
81
python3 -m pytest Tests
Original file line number Diff line number Diff line change 13
13
When run on a system without the jpeg leak fixes,
14
14
the valgrind runs look like this.
15
15
16
- valgrind --tool=massif python test-installed.py -s -v Tests /check_jpeg_leaks.py
16
+ valgrind --tool=massif python test-installed.py -s -v checks /check_jpeg_leaks.py
17
17
18
18
"""
19
19
Original file line number Diff line number Diff line change @@ -16,6 +16,5 @@ coverage:
16
16
17
17
# Matches 'omit:' in .coveragerc
18
18
ignore :
19
- - " Tests/32bit_segfault_check.py"
20
- - " Tests/check_*.py"
19
+ - " checks/*.py"
21
20
- " Tests/createfontdatachunk.py"
You can’t perform that action at this time.
0 commit comments