diff options
author | Alexander Bersenev <bay@hackerdom.ru> | 2011-08-21 18:51:39 +0000 |
---|---|---|
committer | Alexander Bersenev <bay@hackerdom.ru> | 2011-08-21 18:51:39 +0000 |
commit | a40aeaee9aa2736c837353becab9bb10788b43ab (patch) | |
tree | 6d12477980d549ee60d052c0d44d98efa25e637b /src | |
parent | first version of toplevel makefile (diff) | |
download | autodep-a40aeaee9aa2736c837353becab9bb10788b43ab.tar.gz autodep-a40aeaee9aa2736c837353becab9bb10788b43ab.tar.bz2 autodep-a40aeaee9aa2736c837353becab9bb10788b43ab.zip |
prepare to emerging
Diffstat (limited to 'src')
-rw-r--r-- | src/autodep/tests/all_tests.py | 2 |
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) |