Skip to content

Commit

Permalink
Merge pull request #56 from anjutiwari/fix_tests
Browse files Browse the repository at this point in the history
Fixed the test run - fix issue #47
  • Loading branch information
satishdash committed Dec 16, 2019
2 parents a6aa323 + ba3a9b3 commit 387816d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Empty file added EmoPy/tests/__init__.py
Empty file.
8 changes: 4 additions & 4 deletions EmoPy/tests/run_all.py
@@ -1,4 +1,4 @@
from EmoPy.tests.unittests.dataloader_test import DataLoaderTest
from EmoPy.tests.unittests.data_generator_test import DataGeneratorTest
from EmoPy.tests.unittests.library.image_test import SingleFrameTransformationTest, MultipleFrameTransformationTest, \
ImageDataGeneratorTest
import unittest
test_loader = unittest.TestLoader()
test_suite = test_loader.discover('.', pattern='test_*.py')
unittest.TextTestRunner(verbosity=2).run(test_suite)
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -135,7 +135,7 @@ Now you're ready to go!
You can run the tests with:

```
python -m unittest EmoPy/tests/run_all.py
python EmoPy/tests/run_all.py
```

We encourage improvements and additions to these tests!
Expand Down

0 comments on commit 387816d

Please sign in to comment.