Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#35343 closed Bug (invalid)

Found 0 test(s) when ran from parent folder — at Version 4

Reported by: Al Mahdi Owned by: nobody
Component: Testing framework Version: 5.0
Severity: Normal Keywords: test cli
Cc: Al Mahdi Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Al Mahdi)

Running this in the project folder finds all tests in app/tests.py files

python manage.py test

But running this from the parent folder doesn't find any test

python example/manage.py test

Change History (4)

comment:1 by Al Mahdi, 6 months ago

Description: modified (diff)

comment:2 by David Sanders, 6 months ago

Resolution: invalid
Status: newclosed

If you need assistance please seek help from a friendly community member from either the forum or Discord: https://www.djangoproject.com/community/

The issue tracker is for reporting bugs with Django itself. User issues related to Python usage fall outside this unfortunately 🤷‍♂️

comment:3 by Al Mahdi, 6 months ago

Summary: Found 0 test(s) from outside of the projectFound 0 test(s) when ran from parent folder

comment:4 by Al Mahdi, 6 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top