From 531912eeb9c4ab5e10f53262adbb087714b59532 Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Mon, 15 Jul 2019 20:38:06 -0700 Subject: [PATCH] typo: abotu -> about --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f888bf..ccf2e8f 100644 --- a/README.md +++ b/README.md @@ -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