[Answer]-Pydev with eclipse does create test database when running test

1👍

The Django test runner can be accessed by creating a new (Run or Debug) configuration for your project using the Django template. Set your main module as manage.py and under the Arguments tab enter “test” (or any other manage.py arguments you need).

👤Chris

Leave a comment