clojurewerkz / ogre

Clojure library for querying Apache TinkerPop graphs
http://ogre.clojurewerkz.org/
128 stars 28 forks source link

Add missing methods to traversal ns, more tests passing #73

Closed fitzoh closed 9 years ago

fitzoh commented 9 years ago

Tests run: 22, Failures: 7, Errors: 3, Time elapsed: 6.67 sec

Fixed docstring ordering mistakes (accidentally had docstring after params) and moved params to next line per code style feedback.

Added methods from GraphTraversal class to traversal ns, which currently seems like the most natural home for them. I wouldn't be shocked if this led to some temporary duplication.