Skip to content

Commit 94a0edf

Browse files
Changes suggested by Doug Walker.
1 parent 740448c commit 94a0edf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/contributing/unit_tests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ expected to validate the behavior of every part of OCIO:
1919
* Any change to existing functionality should have tests added if they don't
2020
already exist.
2121

22-
The test should should be run, via ``ctest``, before submitting a pull request.
22+
The test should be run, via ``ctest``, before submitting a pull request.
2323
Pull requests will not be merged until tests are present, running and passing
2424
as part of the OpenColorIO CI system.
2525

@@ -44,9 +44,9 @@ run only the CPU unit tests from the Builtins suite::
4444

4545
tests/cpu/test_cpu_exec --run_only Builtins
4646

47-
Similarly you can run just Python tests directly::
47+
You can view additional options for the CPU tests, such as `--stop_on_error`, by using the --help otion::
4848

49-
python3 tests/python/OpenColorIOTestSuite.py
49+
tests/cpu/test_cpu_exec --help
5050

5151
Test framework
5252
==============

0 commit comments

Comments
 (0)