#35343: Found 0 test(s) from outside of the project
---------------------------------------------+--------------------------
Reporter: Al Mahdi | Owner: nobody
Type: Bug | Status: new
Component: Testing framework | Version: 5.0
Severity: Normal | Keywords: test cli
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
---------------------------------------------+--------------------------
Running this in the project folder finds all test
{{{
python manage.py test
}}}
But running this from the parent folder doesn't find any test
{{{
python example/manage.py test
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/35343>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.