Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: enable running individual independent functional test methods
- Some test methods in the functional test framework are independent and do not require any previous context or setup defined in `run_test`. - This commit adds a new option for running these specific methods within a test file, allowing them to be executed individually without running the entire test suite. - running test methods that require an argument or context will fail.
- Loading branch information