ARCHBOM-1093: Fix unit test enable-migrations (#23789)

* fix old migrations
* fix a test
* fix enable-migrations cmd argument
* enhance verbose logging to log migrations
* update testing doc with help
This commit is contained in:
Robert Raposa
2020-04-23 14:04:29 -04:00
committed by GitHub
parent 5173f5762a
commit 5de9eed420
7 changed files with 25 additions and 14 deletions

View File

@@ -161,6 +161,10 @@ against a database created by applying the migrations instead, use the
paver test_system -s lms --enable-migrations
To see the migration output, use::
paver test_system -s lms --enable-migrations --verbose --disable_capture
To run a single django test class use this command::
paver test_system -t lms/djangoapps/courseware/tests/tests.py::ActivateLoginTest