]> git.phdru.name Git - sqlconvert.git/blob - tests/test_test.py
Initial commit - created the project
[sqlconvert.git] / tests / test_test.py
1 #! /usr/bin/env python
2
3
4 import unittest
5 from tests import main
6
7
8 class TestFormat(unittest.TestCase):
9     def test_test(self):
10         self.assertEqual()
11
12
13 if __name__ == "__main__":
14     main()