/opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django
NameSizeModeActions
__pycache__/-0755rm
manage.py2730644editdlrm
models.py2500644editdlrm
settings.py2610644editdlrm
test_compare.py29320644editdlrm
test_shouldraise.py6280644editdlrm
__init__.py00644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/testfixtures/tests/test_django/manage.py (273B)
import os def main(): os.environ.setdefault("DJANGO_SETTINGS_MODULE", "testfixtures.tests.test_django.settings") from django.core.management import execute_from_command_line execute_from_command_line() if __name__ == "__main__": # pragma: no cover main()