Skip to content

Commit f14c1f7

Browse files
committed
(docs): add a README in test_project for more explicitness
- in case someone stumbles into the tests and aren't sure what they're looking at -- a README appears! - also to be more explicit about some decisions around why some Django specific files exist and why others don't (as minimal as possible) - and finally to give directions on how to run the tests, as it's not from inside the tests/ directory
1 parent 98bec38 commit f14c1f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_project/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Django Test Project
2+
3+
This is a barebones, as-minimal-as-possible Django project that is solely meant for testing.
4+
Outside of the actual test files, the other files are the minimum configuration necessary for getting this project to run with `pytest-django`.
5+
6+
In order to run these tests, see [maidfile.md](../../maidfile.md) in the root directory of the repo.

0 commit comments

Comments
 (0)