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 d85890c commit e6b3d8bCopy full SHA for e6b3d8b
2 files changed
test.patch
-12 Bytes
test.sh
@@ -29,9 +29,9 @@ fi
29
30
case "$MODE" in
31
base)
32
- pytest tests --ignore=tests/test_binary_search_duplicates.py --junitxml="$OUTPUT_PATH"
+ pytest tests --ignore=tests/test_binary_search_leftmost.py --junitxml="$OUTPUT_PATH"
33
;;
34
new)
35
- pytest tests/test_binary_search_duplicates.py --junitxml="$OUTPUT_PATH"
+ pytest tests/test_binary_search_leftmost.py --junitxml="$OUTPUT_PATH"
36
37
esac
0 commit comments