ome / ZarrReader

Other
6 stars 9 forks source link

Activate tests in maven #11

Closed joshmoore closed 2 years ago

joshmoore commented 2 years ago

By adding the testSourceDirectory, the mvn test target can be used in intellij to run tests. This detected an NPE on axes that I've fixed here though it would be more appropriate for gh-8.

dgault commented 2 years ago

Adding the test directory now lets the mvn test target run correctly. As there is no conflicts lets get this merged now with the axes change also.