[BUG] The `tests` directory strcutrue is malformed

Open Beginner friendly
#281 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
86/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
testing

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from brainglobe/brainreg

All issues in brainglobe/brainreg

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.