Skip to content

Commit b0e0e3b

Browse files
committed
rename test.py -> test_all.py for pytest
1 parent 963d47f commit b0e0e3b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/flint/test/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import argparse
1111

1212
import flint
13-
from flint.test.test import all_tests
13+
from flint.test.test_all import all_tests
1414

1515

1616
def run_tests(verbose=None):

src/flint/test/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ thisdir = 'flint/test'
33
pyfiles = [
44
'__init__.py',
55
'__main__.py',
6-
'test.py',
6+
'test_all.py',
77
]
88

99
py.install_sources(
File renamed without changes.

0 commit comments

Comments
 (0)