Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The python/tests directory contains a collection of python modules, each containing several unittest classes, each containing a set of test methods that represent some test scenario. Test classes inheirt `qpidqpid.TestBase` TestBas from `qpidqpid/testlib.py`py, it inherits `unittestunittest.TestCase` TestCase but adds some qpid-specific `setUpsetUp/tearDown` tearDown and convenience functions.

...

  • Run a broker on the default port
  • `./run_tests`tests

For additional options: `./run_tests --help`help

Expected failures

Until we complete functionality, tests may fail because the tested
functionality is missing in the broker. To skip expected failures
in the C++ or Java brokers:

...