clojurewerkz / archimedes

Clojure library for Blueprints (part of the Tinkerpop graph stack).
38 stars 15 forks source link

Use unit testing fixtures #8

Closed zmaril closed 10 years ago

zmaril commented 11 years ago

This could simplify the code some. http://thornydev.blogspot.ru/2012/09/before-and-after-logic-in-clojuretest.html

ray1729 commented 10 years ago

You're right, fixtures would help, and this is how I've done the Titanium tests. But I don't think it's worth reworking the Archimedes tests in view of the work about to start merging it into Ogre for TinkerPop3 support.