brainglobe / brainrender

a python based software for visualization of neuroanatomical and morphological data.
https://brainglobe.info/documentation/brainrender/index.html
BSD 3-Clause "New" or "Revised" License
538 stars 75 forks source link

Remove the markers to disable specific slowly running tests #348

Closed adamltyson closed 3 months ago

adamltyson commented 4 months ago

All tests will either run "normally", or have been disabled if the functionality is broken (see #347).

Developed on top of #346 so that should be merged first. Tests will fail until the new version of brainglobe-utils is released.

Closes #285

Docs updated here: https://github.com/brainglobe/brainglobe.github.io/pull/185

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.13%. Comparing base (004e84d) to head (c31da8a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #348 +/- ## ========================================== + Coverage 86.47% 87.13% +0.65% ========================================== Files 27 27 Lines 1220 1220 ========================================== + Hits 1055 1063 +8 + Misses 165 157 -8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adamltyson commented 3 months ago

@alessandrofelder I've finally managed to get the tests to pass :tada:

For some reason pooch was returning a list of paths that was in a different order on CI vs locally :shrug:

adamltyson commented 3 months ago

Windows tests seem to be taking a long time, but that may be some temporary issue with GH actions. If it persists I'll look into it.