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