aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/autodep/tests/all_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autodep/tests/all_tests.py b/src/autodep/tests/all_tests.py
index 0d52de7..3542ca8 100644
--- a/src/autodep/tests/all_tests.py
+++ b/src/autodep/tests/all_tests.py
@@ -2,7 +2,7 @@ import glob
import unittest
# change it if you don't want get all tests runned
-testsglob='tests/test_p*.py'
+testsglob='tests/test_*.py'
def create_test_suite():
test_file_strings = glob.glob(testsglob)