Skip to content
New issue

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

typo: abotu -> about #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You should consult the Django documentation for information on deployment and co

# Testing

The code base uses DJango unit tests. Some of the test use fixtures. The following fixtures are used during testing. `src/ShahnamaDJ/contenttest.json` and `src/ShahnamaDJ/recordstest.json`. Thes can be created by dumping your working DJango database `python manage.py dumpdata`. If you choose to run Django unit tests ie `python manage.py test` with a complete database in recordstest.json (ie abotu 44MB of json) the test suite will load and validate all 30K+ pages which will take about 1H. (Unit tests are single threadded)
The code base uses DJango unit tests. Some of the test use fixtures. The following fixtures are used during testing. `src/ShahnamaDJ/contenttest.json` and `src/ShahnamaDJ/recordstest.json`. Thes can be created by dumping your working DJango database `python manage.py dumpdata`. If you choose to run Django unit tests ie `python manage.py test` with a complete database in recordstest.json (ie about 44MB of json) the test suite will load and validate all 30K+ pages which will take about 1H. (Unit tests are single threadded)


# Credits
Expand Down