Skip to content

feat: add fastsqla-testing agent skill#32

Closed
hadrien wants to merge 1 commit intomainfrom
skill/fastsqla-testing
Closed

feat: add fastsqla-testing agent skill#32
hadrien wants to merge 1 commit intomainfrom
skill/fastsqla-testing

Conversation

@hadrien
Copy link
Owner

@hadrien hadrien commented Feb 26, 2026

Problem

  • AI agents lack context on FastSQLA testing patterns, especially the fixture chain and teardown requirements

Solution

  • Add an Agent Skill (SKILL.md) covering pytest fixture chains, ASGI integration testing, and critical teardown patterns

@hadrien hadrien changed the title Add fastsqla-testing agent skill feat: add fastsqla-testing agent skill Feb 26, 2026
@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6e98cf4) to head (a6ae5aa).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          115       115           
  Branches         7         7           
=========================================
  Hits           115       115           
Flag Coverage Δ
fastapi-post121 100.00% <ø> (ø)
fastapi-pre121 100.00% <ø> (ø)
sqlmodel 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -0,0 +1,380 @@
---
name: fastsqla-testing
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: fastsqla-testing
name: fastsqla-sqlite-testing

Seems very sqlite specific.

@hadrien hadrien closed this Feb 26, 2026
@hadrien hadrien deleted the skill/fastsqla-testing branch February 26, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant