@@ -5,26 +5,26 @@ Test suites
5
5
6
6
For each third party library that is supported, the following tasks are performed:
7
7
8
- - The test suite is configured to run with Django MongoDB Backend
8
+ #. ** The test suite is configured to run with Django MongoDB Backend. **
9
9
10
- - Evaluate test runner configuration
10
+ a. Evaluate test runner configuration
11
11
12
- - Depending on the test runner, updating the settings may require copying
13
- ``mongo_apps.py `` and ``mongo_migrations `` to a module that is already
14
- included in ``sys.path ``.
12
+ i. Depending on the test runner, updating the settings may require
13
+ copying ``mongo_apps.py `` and ``mongo_migrations `` to a module that is
14
+ already included in ``sys.path ``.
15
15
16
- - Update django settings
16
+ b. Update django settings
17
17
18
- - Replace the database backend with ``django_mongodb_backend ``
19
- - Replace contrib apps with MongoDB compatible apps
20
- - Replace test suite apps with MongoDB compatible apps
18
+ i. Replace the database backend with ``django_mongodb_backend ``
19
+ #. Replace contrib apps with MongoDB compatible apps
20
+ #. Replace test suite apps with MongoDB compatible apps
21
21
22
- - Update or disable migrations
22
+ c. Update or disable migrations
23
23
24
- - Use MongoDB compatible migrations if not disabled
24
+ i. Use MongoDB compatible migrations if not disabled
25
25
26
- - The test suite is run with Django MongoDB Backend
27
- - The test results are recorded
28
- - The test suite is updated
26
+ 2. ** The test suite is run with Django MongoDB Backend configured. **
27
+ #. ** The test run results are logged. **
28
+ #. ** The test suite tests are updated as needed. **
29
29
30
- - Replace static primary key references with dynamic references or static ``ObjectId `` references
30
+ a. Replace static primary key references with dynamic references or static ``ObjectId `` references
0 commit comments