Skip to content

Commit 7929a89

Browse files
committed
MNT: rename all tests module to lowercase
1 parent a9d6359 commit 7929a89

File tree

11 files changed

+1
-1
lines changed

11 files changed

+1
-1
lines changed

src/diffpy/pdfgui/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def testsuite(pattern=''):
4444
topdir = thisdir
4545
for i in range(depth):
4646
topdir = dirname(topdir)
47-
suite_all = loader.discover(thisdir, '[Tt]est*.py', top_level_dir=topdir)
47+
suite_all = loader.discover(thisdir, top_level_dir=topdir)
4848
# always filter the suite by pattern to test-cover the selection code.
4949
suite = unittest.TestSuite()
5050
rx = re.compile(pattern)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)