Compare commits
2 Commits
a3f78dc801
...
a94e29d99c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a94e29d99c | ||
|
|
81e48c73ca |
@@ -27,13 +27,16 @@ except ImportError:
|
|||||||
pytestmark = [
|
pytestmark = [
|
||||||
pytest.mark.e2e,
|
pytest.mark.e2e,
|
||||||
pytest.mark.schemathesis,
|
pytest.mark.schemathesis,
|
||||||
pytest.mark.skipif(
|
|
||||||
not SCHEMATHESIS_AVAILABLE,
|
|
||||||
reason="schemathesis not installed - run: make install-e2e",
|
|
||||||
),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
if not SCHEMATHESIS_AVAILABLE:
|
||||||
|
|
||||||
|
def test_schemathesis_compatibility():
|
||||||
|
"""Gracefully handle missing schemathesis dependency."""
|
||||||
|
pytest.skip("schemathesis not installed - run: make install-e2e")
|
||||||
|
|
||||||
|
|
||||||
if SCHEMATHESIS_AVAILABLE:
|
if SCHEMATHESIS_AVAILABLE:
|
||||||
from app.main import app
|
from app.main import app
|
||||||
|
|
||||||
|
|||||||
@@ -98,6 +98,5 @@
|
|||||||
"public"
|
"public"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user