You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One may presume that pytest so popular that it is used with Django projects as often as the built-in manage.py test framework (usually including plugins, e.g. pytest-django). However, the IS_RUNNING_TESTS setting detects only the latter by default by looking for "test" in sys.argv.