billing: Move billing tests from zilencer to corporate.

This commit is contained in:
Vishnu Ks 2018-09-25 16:12:23 +05:30 committed by Rishi Gupta
parent c01ebaa8d8
commit 59865797ac
5 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ log_to_file(logging.getLogger('stripe'), BILLING_LOG_PATH)
# Then you can run e.g. `M-x mark-whole-buffer` and `M-x indent-region` in emacs
# to prettify the file (and make 4 space indents).
# * Copy out the customer id, plan id, and quantity values into
# zilencer.tests.test_stripe.StripeTest.setUp.
# corporate.tests.test_stripe.StripeTest.setUp.
# * Set PRINT_STRIPE_FIXTURE_DATA to False
PRINT_STRIPE_FIXTURE_DATA = False

View File

View File

@ -33,7 +33,7 @@ target_fully_covered = {path for target in [
# Test files should have 100% coverage; test code that isn't run
# is likely a bug in the test.
'zerver/tests/*.py',
'zilencer/tests/*.py',
'corporate/tests/*.py',
# As a project, we require 100% test coverage in the views files.
'zerver/views/*.py',
'zproject/backends.py',
@ -320,7 +320,7 @@ if __name__ == "__main__":
"zerver.tests",
"zerver.webhooks",
"analytics.tests",
"zilencer.tests",
"corporate.tests",
]
else:
suites = args