brainglobe / brainglobe/brainreg
[BUG] The `tests` directory strcutrue is malformed
- Dominant language
- Python
- Stars
- 150
- Forks
- 37
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 5
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
```
Contributor guide
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.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 86/100