Skip to content

Commit

Permalink
reorganized tests to pass while PR is in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 24, 2024
1 parent 7ea7142 commit 2e8dc4f
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install roiextractors with testing requirements
run: pip install .[test]
- name: Run minimal tests
run: pytest tests/test_internals -n auto --dist loadscope
run: pytest tests/test_minimal -n auto --dist loadscope

- name: Test full installation
run: pip install .[full]
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions old_tests/gin_test_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"LOCAL_PATH": "/Users/pauladkisson/Documents/CatalystNeuro/Neuroconv/testing_data/aws/neuroconv_gin_datasets",
"SAVE_OUTPUTS": false
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added tests/test_minimal/__init__.py
Empty file.

0 comments on commit 2e8dc4f

Please sign in to comment.