We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7fcb6 commit 22d34b7Copy full SHA for 22d34b7
.circleci/config.yml
@@ -53,4 +53,4 @@ jobs:
53
- run: ASAN_OPTIONS=detect_leaks=0
54
LD_PRELOAD=libasan.so.6
55
PYTHONPATH=.
56
- python3 test/tox_test.py
+ python3 -m unittest $(find test -name "*_test.py")
0 commit comments