test_py_thesis_toolbox.py 437 B

123456789101112131415161718192021
  1. #!/usr/bin/env python
  2. """Tests for `py_thesis_toolbox` package."""
  3. import unittest
  4. from py_thesis_toolbox import py_thesis_toolbox
  5. class TestPy_thesis_toolbox(unittest.TestCase):
  6. """Tests for `py_thesis_toolbox` package."""
  7. def setUp(self):
  8. """Set up test fixtures, if any."""
  9. def tearDown(self):
  10. """Tear down test fixtures, if any."""
  11. def test_000_something(self):
  12. """Test something."""