Files
mongo/buildscripts/resmokelib/testing/testcases
Steve McClure a956adc4e3 SERVER-108653: [revert revert] Add README for resmoke testcases (#39555)" (#39572)" (#39585)
GitOrigin-RevId: 977b63216e10472d6e892a53c96c6023d1697f40
2025-08-04 21:23:57 +00:00
..

TestCases

TestCases extend Python-based unittest.TestCase objects that resmoke can run as different "kinds" of tests.

Supported TestCases

Specify any of the following as the test_kind in your Suite config:

Interfaces

Top level interfaces:

  • TestCase - A test case to execute. The run_test method must be implemented.
  • ProcessTestCase - Base class for TestCases that executes an external process. The _make_process method must be implemented.

Subclasses: