Changes between Version 2 and Version 3 of Ticket #33454, comment 4


Ignore:
Timestamp:
Jan 28, 2022, 5:03:21 AM (3 years ago)
Author:
Thorben Luepkes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33454, comment 4

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