aboutsummaryrefslogtreecommitdiff
path: root/tests/TestConfigLoaders.py
Commit message (Collapse)AuthorAge
* Early stages of support for interbehavior interactions. Fixed a bug in the ↵Gravatar rcoh2011-02-09
| | | | | | config eval and added some new tests.
* Early stages of param-binding in xml. Functional. RCOHGravatar rcoh2011-02-05
|
* A metric $#%$-ton of changes. Added doc-strings to EVERYTHING. Phew. ↵Gravatar rcoh2011-01-27
| | | | | | Fixed a massive bug that increases performance in by up to a factor of 60. A bunch of new behaviors for the class.
* a bugfix in APL. Support and a unit test for behavior inheritance. It now ↵Gravatar rcoh2010-12-26
| | | | | | | happens automatically when the config is loaded. Simply use Config.loadConfigFile(fileName) to leverage the functionality.
* some testcode that should be in the testing branch, but w/e. A method to ↵Gravatar rcoh2010-12-25
| | | | | | composite to xml trees, and a unit test to test it.
* added test directory for unittests and an example skeleton unit test. WRITE ↵Gravatar rcoh2010-12-25
TESTS FOR STUFF YOU WRITE. PLZ. RCOH