Re: Organizing utilities for Django's test suite

2017-04-28 Thread Tim Graham
About the module name for Django's test suite, "tests" doesn't feel intuitive to me. I think it should be more descriptive, like "django_test_utils", though I'm hardly advocating for that. "test_utils" is already taken as a module for testing django.test.utils. Anyone else have suggestions of c

Re: Organizing utilities for Django's test suite

2017-04-27 Thread Markus Holtermann
Hey Tim, I think we can make a case for including this in django/tests/testcases.py and in a new module tests/utils/something.py which is then only available within Django's own the test suite. I think we should include that test case as part of Django's own test suite for now. It's IMO easier