I have my custom app which fails the default odoo cases.i have to override this test case
like this way https://github.com/odoo/odoo/blob/12.0/addons/sale/tests/test_sale_transaction.py#L11
but once I set up the new DB and install my custom app along with running the test cases it fails and shows the old default odoo app test case running.