bio4j / exporter

GSoC 2014 project
GNU Affero General Public License v3.0
3 stars 3 forks source link

Jun 27, 2014 #26

Closed andr3nun3s closed 10 years ago

andr3nun3s commented 10 years ago

I worked on the tinkerpop3 branch, starting to implement a DSL for the GeneOntology module.

Commits to tinkerpop3 https://github.com/bio4j/exporter/commit/bf5b109fcdf726ebcf9766f32cb9751eb1dc6715 https://github.com/bio4j/exporter/commit/eff651400185021a3b8eba0c73b44833088b624b

CLI is now in a REPL and only stops when the user inputs quit Commits to master https://github.com/bio4j/exporter/commit/fa5d5c3f36e73efafd0b0d7479430a1630a20597 https://github.com/bio4j/exporter/commit/b445ec76cec7b49a814e48223e29946696dda032

pablopareja commented 10 years ago

Hi André,

I would like to test the tool but I don't see any .jar file that I could use. Where is it?

andr3nun3s commented 10 years ago

Am I supposed to keep a compiled exporter in the repo? To test it you should sbt run

pablopareja commented 10 years ago

OK, I will test it that way. No, it's fine to use only sbt run by now. By the way, are you using JUnit as we agreed for the tests?

andr3nun3s commented 10 years ago

Yes I am, I've implemented some tests already but I'll have to write some more soon.

pablopareja commented 10 years ago

Yeah, I've been having a look here https://github.com/bio4j/exporter/blob/master/src/test/java/com/bio4j/exporter/test/ExporterCoreTest.java and have seen some tests for some of the format options. That's cool. Just keep in mind you should add more tests as soon as you start adding more functionality for the tool :wink: