Closed rebcabin closed 9 years ago
I got some of the unit tests to work (see Issue #70), in particular, case_classes.py
has a test that incorporates the example above and seems to run correctly. However, my example above still fails.
I learned that the example must be called from a second file that has
import macropy.activae
import import mytest_case_classes.py
I will attempt a clarification of the documents and submit a pull request
I made a Python file,
mytest_case_classes.py
, according to the documentation, namelyand get the following error in Python 2.7.10:
I get this consistently in the console and in ipython, as well. I inferred that I should be using Python 2 from the
print
statement; it would have been aprint
function call in Python 3, I believe.