amharrison / jactr

-old - jACT-R Bundles
http://jact-r.org/
7 stars 5 forks source link

Make unit tests run in batch #5

Open monochromata opened 9 years ago

monochromata commented 9 years ago

"All of the unit test should pass when run independently, but running them en masse can create issues for the few remaining singletons in the architecture. The big problem areas are some of the execution tests (when run en masse), and any of the io-lisp subsystem (which just needs to be destroyed)." (Anthony)

amharrison commented 9 years ago

In progress. The biggest problem is just from the execution tests. I'm fixing those now.

monochromata commented 8 years ago

I removed the major singletons in the CommonReality and the ACTRRuntime classes. Some spurious failures are remaining.