We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963d47f commit b0e0e3bCopy full SHA for b0e0e3b
src/flint/test/__main__.py
@@ -10,7 +10,7 @@
10
import argparse
11
12
import flint
13
-from flint.test.test import all_tests
+from flint.test.test_all import all_tests
14
15
16
def run_tests(verbose=None):
src/flint/test/meson.build
@@ -3,7 +3,7 @@ thisdir = 'flint/test'
3
pyfiles = [
4
'__init__.py',
5
'__main__.py',
6
- 'test.py',
+ 'test_all.py',
7
]
8
9
py.install_sources(
src/flint/test/test.py src/flint/test/test_all.py
0 commit comments