We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run manage.py test akvo.rsr, all tests should run successfully. It can take a while (e.g. 5 minutes) to set up the test database.
manage.py test akvo.rsr
It's also possible to run the tests separately for the IATI import and export, but then you have to wait every time until the test database is setup:
manage.py test akvo.rsr.tests.iati_import
manage.py test akvo.rsr.tests.iati_export
The text was updated successfully, but these errors were encountered:
[#2170] Add basic unit tests for IATI export
ec09841
[#2170] Delete useless model tests
8ae107f
[#2170] Add basic unit tests for IATI import
8f316be
[#2170] Removed unnecessary IATI XML file
2663bc3
Merge pull request #2173 from akvo/#2170-unit-tests
3cbff08
[#2170] IATI unit tests
KasperBrandt
No branches or pull requests
Test plan
Run
manage.py test akvo.rsr
, all tests should run successfully. It can take a while (e.g. 5 minutes) to set up the test database.It's also possible to run the tests separately for the IATI import and export, but then you have to wait every time until the test database is setup:
manage.py test akvo.rsr.tests.iati_import
manage.py test akvo.rsr.tests.iati_export
Issue description
The text was updated successfully, but these errors were encountered: