Closed meshy closed 7 years ago
They're all over the place. Just for the sake of consistency, the following scheme seems reasonable:
# Standard class SomethingTest(...): ... # Non-standard class TestSomething(...): ... class Something(TestCase): ...
Unless putting Test first makes more sense for some reason?
Test
They're all over the place. Just for the sake of consistency, the following scheme seems reasonable: