joshsh / ripple

Semantic Web scripting language
Other
102 stars 9 forks source link

22 - clean up unit testing framework #22

Closed joshsh closed 13 years ago

joshsh commented 13 years ago
Ripple currently uses two base classes for unit tests: one which simply
adds a few convenience methods to TestCase, and another which optionally
runs unit tests in concurrent threads, to sort-of-kind-of test thread
safety.  The latter does not provide a very strong guarantee of thread
safety, and should probably be retired.


Original link: http://code.google.com/p/ripple/issues/detail?id=22