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.
33
-
After compiling the project, executables are in ```testBin``` directory.
46
+
- C++ tests
47
+
48
+
Tests of host ( __libraries/tuttle/tests__ ) and plugins ( __tests__ directory in each plugin, with test files prefixed by "plugin_") with Boost Unit Test Framework.
49
+
After compiling the project, executables are in __testBin__ directory.
50
+
51
+
- Python tests
52
+
53
+
Test of host ( __libraries/tuttle/pyTest__ ) with nosetests tool.
34
54
35
-
* Python tests
36
-
Test of host (```libraries/tuttle/pyTest```) with nosetests tool.
0 commit comments