You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests of host ( __libraries/tuttle/tests__ ) and plugins ( __tests__ directory in each plugin, with test files prefixed by "plugin_") with Boost Unit Test Framework.
81
81
After compiling the project, executables are in __testBin__ directory.
82
82
83
+
The tests of the IO plugins need images which can be found in the [TuttleOFX-data](https://github.com/tuttleofx/TuttleOFX-data) repository. To indicate the path to these images:
84
+
```
85
+
export TUTTLE_TEST_DATA=/path/to/TuttleOFX-data
86
+
```
87
+
83
88
- Python tests
84
89
85
90
Test of host ( __libraries/tuttle/pyTest__ ) with nosetests tool.
0 commit comments