mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 23:56:36 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""The pytest entry point."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(pytest.console_main())
|
||||
Reference in New Issue
Block a user