Reorganized test_runner test apps.

This commit is contained in:
Tim Graham 2018-01-04 14:41:38 -05:00
parent d7b2aa24f7
commit 8e1a7dab4b
14 changed files with 38 additions and 36 deletions

View file

@ -0,0 +1,7 @@
from unittest import TestCase
class Test(TestCase):
def test_sample(self):
self.assertEqual(1, 1)