Skip to content

Commit

Permalink
rm debugtest mark, tests are equally debuggable (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey authored Apr 8, 2024
1 parent e0634e4 commit c5d934e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ markers = [
"v6: tests on the neocortex circuit version 6.",
"thal: tests on the thalamus circuit.",
"unit: unit tests.",
"debugtest: test for debugging purposes.",
]

[tool.mypy]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cell/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_euclid_section_distance(self):
assert distance_euclid == distance_hand


@pytest.mark.debugtest
@pytest.mark.v5
class TestCellBaseClassVClamp:

"""First Cell test class"""
Expand Down

0 comments on commit c5d934e

Please sign in to comment.