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 8774f3c commit 759b1c8Copy full SHA for 759b1c8
AGENTS.md
@@ -0,0 +1,17 @@
1
+# Agent Instructions
2
+
3
+This repository provides a base library for building GraphQL servers across multiple Python web frameworks.
4
5
+## Project Structure
6
+- `src/graphql_server/` contains the library implementation.
7
+- `src/tests/` houses the unit tests.
8
+- `docs/` includes framework-specific documentation.
9
+- `pyproject.toml` defines project metadata and dependencies.
10
+- `noxfile.py` holds automation sessions for linting and testing.
11
12
+## Running Tests
13
+Run the full test suite with:
14
15
+```bash
16
+uv run pytest
17
+```
0 commit comments