mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
6 lines
112 B
Python
6 lines
112 B
Python
import pytest
|
|
|
|
|
|
def test_pass() -> None:
|
|
assert "this is just a placeholder so pipeline succeeds" != ""
|
|
|