Skip to content

python_raft 1.1.0: Unittest Library Integration

Closed Sep 23, 2024 100% complete

This upgrade will integrate pythons unittest standard library with the RAFT framework. Allowing for teststo be written and run similarly to the way unit tests are run using python unittest standard library. This will also allow for better standardisation of result and logging data.

Acceptance Criteria:

The RAFT Framework will support tests that run simila…

This upgrade will integrate pythons unittest standard library with the RAFT framework. Allowing for teststo be written and run similarly to the way unit tests are run using python unittest standard library. This will also allow for better standardisation of result and logging data.

Acceptance Criteria:

The RAFT Framework will support tests that run similarly to tests written with pythons unittest library. These tests will:

  • Not use the test controller.
  • Still setup and function like the current test controller.
  • Execute like python unittests supporting multiple test methods.
  • Allow for test suites to be created with a proper test suite class.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.