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
A limited number of tests are currently in the django-firebird driver. Current driver test suite.
So not all Django features are tested with the driver. More tests should be added. The tests can be found in the Django repository.
The current tests should be updated first:
Compare with the tests in the Django repository
If there are changes in Django tests, add them to the existing driver tests
Check the results of the updated tests
Successful updated tests should be added to the django-firebird/tree/master/tests/ directory
If the updated tests failed, ensure that they are correct, and in case of driver errors - create appropriate issues in the driver project
The test database is created with the command: python ./django-firebird/tests/test_main/manage.py migrate
The tests are run with the command python ./django-firebird/tests/test_main/manage.py test --keepdb
When running tests, the --debug-mode parameter can be added for detailed output of query information.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A limited number of tests are currently in the django-firebird driver. Current driver test suite.
So not all Django features are tested with the driver. More tests should be added. The tests can be found in the Django repository.
The current tests should be updated first:
django-firebird/tree/master/tests/
directoryIf the updated tests failed, ensure that they are correct, and in case of driver errors - create appropriate issues in the driver project
The test database is created with the command:
python ./django-firebird/tests/test_main/manage.py migrate
The tests are run with the command
python ./django-firebird/tests/test_main/manage.py test --keepdb
When running tests, the
--debug-mode
parameter can be added for detailed output of query information.The text was updated successfully, but these errors were encountered: