Guy Arad

Results 7 comments of Guy Arad

Thanks for that quick fix! if you would like me to test it with the multiple projects I use, let me know (with some hints on how to get the...

@dkocher While this solution indeed works, I'm quite sure it's not the right one. My user has access to the projects. Why would I get access denied? in the requests,...

@wcooley @kasium best way is to add type hints into the repository, and `py.typed` stub to tell `mypy` that it's ok to use types from the source code. See: https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports

@firdavsik > Call **register_entities** at the bottom of env.py (after _run_migrations....._) This doesn't work for me. It simply didn't consider the registered entities during the migration at all - so...

I have been since figured out what might led this flow. It seems like the fact FastAPI app is a single instance throughout the test session, and creating its ows...

@Future-Outlier was there a PR for this feature?

@Future-Outlier thanks for this PR! We would really like it if it could be completed soon. Is there anything we can do to expedite it? is anything broken with this...