]> git.phdru.name Git - cookiecutter.git/blob - project_template/tests/test_test.py
Make tag-with-version alias
[cookiecutter.git] / project_template / tests / test_test.py
1 #! /usr/bin/env python
2
3
4 import unittest
5 from tests import main
6
7
8 class TestTest(unittest.TestCase):
9     def test_test(self):
10         self.assertEqual()
11
12
13 if __name__ == "__main__":
14     main()