diff options
author | Aaron LI <aly@aaronly.me> | 2018-10-31 16:36:23 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-10-31 16:36:23 +0800 |
commit | 01c61b6b3c9eb8c1d5723d4f9ca9da12b7a3d0be (patch) | |
tree | 0142f8520ff54ee923d04a33d433d8b1dfd51fdd /tests/test_basic.py | |
parent | c84b208aefd0a500091aeb1e40507dde91412aa4 (diff) | |
download | fg21sim-01c61b6b3c9eb8c1d5723d4f9ca9da12b7a3d0be.tar.bz2 |
Remove the empty tests
Diffstat (limited to 'tests/test_basic.py')
-rw-r--r-- | tests/test_basic.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/test_basic.py b/tests/test_basic.py deleted file mode 100644 index ea50cf3..0000000 --- a/tests/test_basic.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- - -from .context import fg21sim - -import unittest - - -class BasicTestSuite(unittest.TestCase): - """Basic test cases.""" - - def test_absolute_truth_and_meaning(self): - assert True - - -if __name__ == '__main__': - unittest.main() |