__init__.py 360 B

123456789
  1. """
  2. Use ``python setup.py test`` to run these unit tests (alternatively, use
  3. ``python -m unittest test``).
  4. You must set the CB_TEST_PROVIDER environment variable before running the
  5. tests. Otherwise, the test suite will default to running against the mock
  6. aws provider. Alternatively, use tox, which will run tests for all available
  7. provider combinations.
  8. """