| 52 | |
| 53 | Still, tests from the other market are included: |
| 54 | |
| 55 | |
| 56 | {{{ |
| 57 | main_market.models (unittest.loader._FailedTest) ... ERROR |
| 58 | main_market.tests (unittest.loader._FailedTest) ... ERROR |
| 59 | main_market_receipt.models (unittest.loader._FailedTest) ... ERROR |
| 60 | main_market_receipt.tests (unittest.loader._FailedTest) ... ERROR |
| 61 | test_iformer_redirects (market_b.test_redirects.TestRedirects) ... ok |
| 62 | test_redirects (market_b.test_redirects.TestRedirects) ... ok |
| 63 | }}} |
| 64 | |
| 65 | And `main_market_receipt` is an app NOT included during the test run, when I dump out the `INSTALLED_APPS` |
| 66 | |