Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create examples directory with examples on how to approach specific problems #894

Open
fizyk opened this issue Feb 15, 2024 · 3 comments
Open

Comments

@fizyk
Copy link
Collaborator

fizyk commented Feb 15, 2024

  • The examples have to be tested on CI
  • It'd be enough to run them on a single Python version (highest supported)
  • Each example should be in its test file.
  • Additional dependencies required for the examples should be added to the 'examples' dependency category in Pipfile

Add examples:

@robmsmt
Copy link

robmsmt commented Feb 26, 2025

Hi @fizyk , I was trying to get pytest-postgres working with SQLmodel (with FastAPI) which uses SQLAlchemy but had some issues getting the tests running as there are many existing tests using SQLite currently. If I provide an example attempt i'd be happy to use that as an example for this ticket. If it's okay with you I will create a separate issue with my problem.

@fizyk
Copy link
Collaborator Author

fizyk commented Feb 26, 2025

Sure! A separate issue would be perfect :)

@fizyk
Copy link
Collaborator Author

fizyk commented Feb 26, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants