Skip to content

Fastapi crud testing#105

Merged
raddevon merged 14 commits intomainfrom
fastapi-crud-testing
Feb 27, 2023
Merged

Fastapi crud testing#105
raddevon merged 14 commits intomainfrom
fastapi-crud-testing

Conversation

@raddevon
Copy link
Contributor

Add automated tests to protect against our most recent issue that broke the FastAPI example project

raddevon and others added 12 commits February 1, 2023 09:43
This was an attempt to fix a problem with the GitHub workflow. The
worflow fails on GitHub although it passes locally. I had a linting
problem when I initially pushed. I fixed this and force-pushed. I'm
afraid it may be caching the pre-force-push code and running the
workflow against that. Hoping these commits will invalidate that cache,
if that is in fact the issue.
The old version I had installed locally was satisfied with the code, but
the new version running on CI was not. This should allow the code to
pass.
The tests all fail with this decorator applied even though this is
recommended in FastAPI's documentation
Also run tests in a test database.
@raddevon raddevon requested a review from fantix February 13, 2023 16:32
Copy link
Member

@fantix fantix left a comment

Choose a reason for hiding this comment

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

Let's ship it!

@raddevon raddevon merged commit d8f0835 into main Feb 27, 2023
@raddevon raddevon deleted the fastapi-crud-testing branch February 27, 2023 18:04
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.

2 participants