From c5d934e7931268d8fc24546cad4ee487539941b9 Mon Sep 17 00:00:00 2001 From: anilbey Date: Mon, 8 Apr 2024 14:49:56 +0200 Subject: [PATCH] rm debugtest mark, tests are equally debuggable (#157) --- pyproject.toml | 1 - tests/test_cell/test_core.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a32fda6..ae0f45d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/tests/test_cell/test_core.py b/tests/test_cell/test_core.py index 6a104c20..3a9d7e91 100644 --- a/tests/test_cell/test_core.py +++ b/tests/test_cell/test_core.py @@ -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"""