mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
7 lines
79 B
Python
7 lines
79 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture()
|
|
def header():
|
|
return "panaetius_testing"
|