Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-testing

How to access Django message framework content in Django unit tests

Testing django application with several legacy databases

Django not running tests with manage.py test, unless an app and a specific test method is specified

django django-testing

Django UnitTest - Setting session variable

Integrity error when loading fixtures for Selenium testing in Django

Django test client does not handle exceptions?

is it possible to pass request.body via post request in django test client?

Setting liveserver port when running tests in django

How can I test a form's validation logic in a unit test driver in Django?

Pycharm with django throws ImportError: cannot import name 'unittest'

How to correctly use assertRaises in Django

Django abstract model + DB migrations: tests throw "cannot ALTER TABLE because it has pending trigger events"

Running tests with unmanaged tables in django

django django-testing

Data migration only executed for the first test

Django: test successful loading of static files

Django testing and middleware

Django manage.py test cannot load fixture properly

Can Factory Boy auto generate Django model field values like Model Mommy does?

Any ways to add custom/debug message to details of failed test method of python/django unittest.TestCase?