From 8e1a7dab4b98dee2c696d435ea02f56de6250aa0 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 4 Jan 2018 14:41:38 -0500 Subject: Reorganized test_runner test apps. --- tests/test_runner_apps/sample/pattern_tests.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/test_runner_apps/sample/pattern_tests.py (limited to 'tests/test_runner_apps/sample/pattern_tests.py') diff --git a/tests/test_runner_apps/sample/pattern_tests.py b/tests/test_runner_apps/sample/pattern_tests.py new file mode 100644 index 0000000000..f62a233d75 --- /dev/null +++ b/tests/test_runner_apps/sample/pattern_tests.py @@ -0,0 +1,7 @@ +from unittest import TestCase + + +class Test(TestCase): + + def test_sample(self): + self.assertEqual(1, 1) -- cgit v1.3