Files
Ilya.Kazakevich ed369dc999 New test runners: tests moved to new configuration:
* Some tests fail. Will fix.
* py files renamed to prevent them from unexpected discovering
* "prefixes" added to tests as a way to provide different targets
* verbosity improved
* suite changed to "non leaf" since there are no suites in new runners
2017-02-01 19:40:59 +03:00

7 lines
128 B
Python

import unittest
class SubTest(unittest.TestCase):
def test_in_subfolder(self):
self.assertEquals("foo", "fo" + "o")