Search code examples
AttributeError: 'CustomUser' object has no attribute 'items' - Unit Test Phase...


djangodjango-rest-frameworkdjango-testing

Read More
Setup postgres in Github Actions for Django...


djangogithub-actionsdjango-testingdjango-postgresql

Read More
Django channels pytest testing. django.core.exceptions.ImproperlyConfigured. ....


djangopytestdjango-testingdjango-channelsdjango-tests

Read More
Django data migration fails when running manage.py test, but not when running manage.py migrate...


pythondjangounit-testingdjango-testingdjango-migrations

Read More
django test client always returning 301...


djangodjango-testingmezzaninecartridge

Read More
Django testing custom signal arguments with assertIsInstance: AssertionError: <class 'path.to...


pythondjangopython-unittestdjango-testingdjango-signals

Read More
Django model foreign key field is not available in migrations during tests...


pythondjangodjango-modelsdjango-migrationsdjango-testing

Read More
Django queryset to string does not return the string in a test...


djangodjango-rest-frameworkdjango-testingdjango-tests

Read More
psycopg2.errors.UndefinedTable: relation “exercises” does not exist - Django Testing...


pythondjangotestingdjango-testing

Read More
How to test a view that requires a user to be authenticated in Django?...


djangodjango-viewsdjango-testing

Read More
mysql file not found in $PATH error using Docker and Django?...


djangodockermariadbdjango-testing

Read More
Testing request.resolver_match in a Django context_processor...


djangodjango-testing

Read More
Django test to use existing database...


djangodjango-testing

Read More
How to test mp3 upload in Django DRF, via PUT?...


djangodjango-rest-frameworkdjango-testingdjango-tests

Read More
Specifying Readonly access for Django.db connection object...


pythondjangodjango-testingdjango-databasedjango-postgresql

Read More
To test a POST request for an authenticated route in Django Rest Framework...


djangodjango-rest-frameworkdjango-authenticationdjango-testing

Read More
Django 1.3: Outbox empty during tests...


djangodjango-testing

Read More
Django's assertQuerysetEqual() method failing despite the two query sets printing out the same i...


pythondjangodjango-testing

Read More
How should I write tests for Forms in Django?...


pythondjangodjango-testing

Read More
how to write get and post test methods for views in django?...


pythondjangounit-testingdjango-viewsdjango-testing

Read More
Django Tests: setUpTestData on Postgres throws: "Duplicate key value violates unique constraint...


djangopostgresqldjango-testing

Read More
Django Test Redirect to login with next parameter...


pythondjangodjango-testingdjango-tests

Read More
Django test matching query does not exist...


pythondjangodjango-testingdjango-tests

Read More
Django Model Object has no attribute '_default_manager' when using factory boy...


djangodjango-rest-frameworkdjango-testingdjango-testsfactory-boy

Read More
Django Model method test...


djangodjango-modelsdjango-testing

Read More
Django AssertionError - 302 is not 302...


djangodjango-testing

Read More
django test - how to avoid the ForeignKeyViolation...


djangodjango-testing

Read More
Django Test: type object has no attribute 'objects'...


djangodjango-modelsdjango-testingdjango-tests

Read More
Django unit testing: How should one test abstract models?...


djangounit-testingdjango-modelsdjango-testingdjango-tests

Read More
Meaningful error message if Redirect after Post fails (Testing Django)...


djangodjango-testingpytest-django

Read More
BackNext