]> git.phdru.name Git - cookiecutter.git/blob - test_test.py
422d67dcc2b115e2d7bc6cb6d55b31da8ca08a2d
[cookiecutter.git] / 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()