Denis Kuplyakov
Denis Kuplyakov
It looks like that there is still no support on adding `pytest.mark.usefixtures` to `marks` of `pytest.param`. Are there any news on that?
Related issue from SO: https://stackoverflow.com/questions/2058802/how-can-i-get-the-version-defined-in-setup-py-setuptools-in-my-package
I were using 21.02 tag when created the issue. I haven't tried, but I'm sure it is still reproducible on master, as I see that the issue persists in code....
I have some models with UUID as their primary key. I use [UUID type](https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#module-sqlalchemy_utils.types.uuid) from SQLAlchemy-Utils package. Endpoints that uses UUID in URL have queries by UUID from the tables....
You are right, the real problem is random UUIDs that are serialized to strings and inserted to queries. As a result such strings contain invalid utf-8 characters. Below is the...
I have a similarly looking problem with testing endpoint that sends email. Usage of `record_messages` requires to have application context active, but [flask's documentation](http://flask.pocoo.org/docs/1.0/testing/) says to test requests outside of...
We have encountered similar problem on 18.09.0 version. Setup is nginx (not containerized) + our web service in container. We are processing 10-20 requests per second. After a while thousands...
@guits When something returns empty list because there are no elements or nothing matches filters it looks more like a program success neither than failure. So it is controversial issue....