5 lines
79 B
Python
5 lines
79 B
Python
import pytest
|
|
|
|
@pytest.mark.integration
|
|
def test_real_db_connection():
|
|
pass |