Development/Testing/T:TestPythonSML
From Soar Wiki
- If using a debug version on Windows, you need to use the debug version of python (i.e. python_d.exe).
- Start python
- import os
- os.chdir('/path/to/SoarLibrary/bin')
- import TestPythonSML
Expected Results:
- Reports "Success!"
- Reports "RHS test SUCCEEDED"
- No memory leaks reported
