mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-17 10:15:27 -04:00
test: move area_cli tests into cli directory (#3842)
* test: move area_cli tests into cli directory * test: include research CLI status in cli test move
This commit is contained in:
committed by
GitHub
parent
3e65326c3f
commit
a79c0bd369
@@ -51,10 +51,11 @@ Every new or refactored test should be:
|
|||||||
|
|
||||||
## Test taxonomy
|
## Test taxonomy
|
||||||
|
|
||||||
Tests are classified by the categories below. Today the suite is flat under
|
Tests are classified by the categories below. Today the suite is mostly flat
|
||||||
`tests/`; the **Target dir** column is the phased layout from #2523 that we move
|
under `tests/` (the current `area_cli` set has moved to `tests/cli/`); the
|
||||||
toward *after* helpers and determinism are stable. Until a category is moved,
|
**Target dir** column is the phased layout from #2523 that we move toward
|
||||||
new tests in that category stay in flat `tests/` but should still follow this
|
*after* helpers and determinism are stable. Until a category is moved, new
|
||||||
|
tests in that category stay in flat `tests/` but should still follow this
|
||||||
standard.
|
standard.
|
||||||
|
|
||||||
| Category | What it covers | Examples today | Target dir |
|
| Category | What it covers | Examples today | Target dir |
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ from types import SimpleNamespace
|
|||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
ROOT = Path(__file__).resolve().parents[1]
|
ROOT = Path(__file__).resolve().parents[2]
|
||||||
|
|
||||||
|
|
||||||
def _load_cli():
|
def _load_cli():
|
||||||
+1
-1
@@ -21,7 +21,7 @@ import json
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from types import SimpleNamespace
|
from types import SimpleNamespace
|
||||||
|
|
||||||
ROOT = Path(__file__).resolve().parents[1]
|
ROOT = Path(__file__).resolve().parents[2]
|
||||||
|
|
||||||
|
|
||||||
def _load_cli():
|
def _load_cli():
|
||||||
Reference in New Issue
Block a user