MonashBI / arcana-legacy

Abstraction of Repository-Centric ANAlysis - a Python framework
Apache License 2.0
4 stars 3 forks source link

Remove nianalysis references from tests #41

Closed tclose closed 6 years ago

tclose commented 6 years ago

This PR removes all references to nianalysis in unittests and generates all test datasets on the fly (i.e. the don't need to be downloaded from XNAT any more)

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@c30ceef). Click here to learn what that means. The diff coverage is 78.17%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #41   +/-   ##
=========================================
  Coverage          ?   62.48%           
=========================================
  Files             ?       33           
  Lines             ?     4451           
  Branches          ?        0           
=========================================
  Hits              ?     2781           
  Misses            ?     1670           
  Partials          ?        0
Impacted Files Coverage Δ
arcana/archive/base.py 96.62% <ø> (ø)
arcana/study/multi.py 75.72% <ø> (ø)
arcana/archive/__init__.py 100% <100%> (ø)
arcana/archive/xnat.py 20.63% <100%> (ø)
arcana/archive/local.py 88.23% <100%> (ø)
arcana/interfaces/utils.py 63.25% <100%> (ø)
arcana/archive/tree.py 75.44% <75.44%> (ø)
arcana/requirement.py 68.75% <80%> (ø)
arcana/testing.py 72.94% <82.91%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c30ceef...56dc94b. Read the comment docs.