[BUG] The `tests` directory strcutrue is malformed
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 86/100
Research direction
Start by inspecting the repository's tests directory and compare it with the requested layout. Unwrap the nested tests directory so test_backend, test_integration, and test_unit sit directly under tests, then verify that the test suite remains discoverable.
Written by the indexing model from the issue text.
Description
There is a nested tests with test_brainreg_napari.py existing outside the nested folder.
This structure should be unwrapped. The directory structure should be:
tests
├── conftest.py
├── data
├── test_brainreg_napari.py
├── test_backend
├── test_integration
└── test_unit
Instead of:
tests
├── conftest.py
├── data
├── test_brainreg_napari.py
└── tests
├── test_backend
├── test_integration
└── test_unit
- Dominant language
- Python
- Stars
- 150
- Forks
- 37
- Avg merge
- 13h 25m
- Merged PRs (30d)
- 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from brainglobe/brainreg
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 35/100
brainglobe/brainreg#252 · 8 comments ·
-
documentation
Difficulty 3/5 1-2 days Newbie friendliness 25/100
brainglobe/brainreg#248 · 2 comments ·
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 35/100
brainglobe/brainreg#205 · 5 comments ·
-
[BUG] "Check orientation" button in napari not consistent with registration results for hemisphere Openbug
brainglobe/brainreg#200 · 11 comments · 1 assignee ·
-
Convert to qtpy Openenhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
brainglobe/brainreg#190 ·
All issues in brainglobe/brainreg
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100