We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236bb14 commit 52d18b5Copy full SHA for 52d18b5
tests/lib/permissions/__init__.py
@@ -1 +1,5 @@
1
"""Tests for the modular permissions system."""
2
+
3
+import pytest
4
5
+pytest.importorskip("fastapi")
0 commit comments