Changes between Initial Version and Version 1 of Ticket #33325
- Timestamp:
- Nov 27, 2021, 2:35:29 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33325 – Description
initial v1 1 So when running the full test suite as in `python manage.py test` my HomeTests fail, but when running individually all my TestCase pass. Also I added a need TestCase called `ExploreFeedTests` and when I comment that out my test suite succeeds. Keep in my individually my TestCases pass. Apparently this is an issue that has existed in Django for quite some time now. 1 So when running the full test suite as in `python manage.py test` my HomeTests fail, but when running individually all my TestCase pass. Also I added a need TestCase called `ExploreFeedTests` and when I comment that out my test suite succeeds. Keep in my individually my TestCases pass. Apparently this is an issue that has existed in Django for quite some time now. I'm running Django 3.2.9 2 2 3 3 https://stackoverflow.com/questions/70105907/django-full-test-suite-failing-when-adding-a-testcase-but-full-test-suite-pas?noredirect=1#comment123974351_70105907