Skip to content

Commit bba6f05

Browse files
committed
rename test/bisect to test/bisect_tool to avoid importing bisect from the test path when running unittests
1 parent 218bf45 commit bba6f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/bisect.py renamed to graalpython/lib-python/3/test/bisect_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
./python -m test.bisect -i tests test_os
1818
"""
1919

20+
# TODO TRUFFLE: revert rename me back to bisect.py
2021
import argparse
2122
import datetime
2223
import os.path

0 commit comments

Comments
 (0)