mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-22 23:21:13 +00:00
feat(02-04): decorate 7 test files with @pytest.mark.ac markers
- test_acceptance.py: 8 decorators (AC-1.1, AC-2.1a, AC-3.3, AC-3.4, AC-4.1, AC-4.4, AC-1.4) - test_accuracy.py: 11 decorators (AC-1.1, AC-1.2, AC-1.3, AC-2.1a, AC-2.2, AC-4.1) - test_processor_pipe.py: 2 decorators (AC-4.4, AC-1.4) - test_gps_input_encoding.py: module-level pytestmark for AC-4.3 (13 tests) - test_sitl_integration.py: 9 decorators (AC-4.3, AC-4.4, AC-NEW-2, AC-5.2, AC-3.4) - test_mavlink.py: 5 decorators (AC-4.3, AC-5.2, AC-3.4) - test_schemas.py: 2 class-level decorators (AC-6.3, AC-6.3) - 14 non-deferred ACs covered; 45 tests collected under -m ac
This commit is contained in:
@@ -22,6 +22,7 @@ from gps_denied.schemas.flight import (
|
||||
|
||||
# ── GPSPoint ──────────────────────────────────────────────────────────────
|
||||
|
||||
@pytest.mark.ac("AC-6.3")
|
||||
class TestGPSPoint:
|
||||
def test_valid(self):
|
||||
p = GPSPoint(lat=48.275, lon=37.385)
|
||||
@@ -102,6 +103,7 @@ class TestFlightCreateRequest:
|
||||
|
||||
# ── Waypoint ──────────────────────────────────────────────────────────────
|
||||
|
||||
@pytest.mark.ac("AC-6.3")
|
||||
class TestWaypoint:
|
||||
def test_valid(self):
|
||||
wp = Waypoint(
|
||||
|
||||
Reference in New Issue
Block a user