Benjamin Rigaud
Benjamin Rigaud
When running `pytest --no-migrations`, Models are synced to their corresponding tables as-is: no migrations are executed. `django-db-views` doesn't support this mode: the views are not created and the tests fail....
Hi, in https://github.com/thombashi/DataProperty/blob/master/dataproperty/_function.py#L13 The decimal context is modified and the default precision is changed to 60. It changes the global decimal behavior of any code importing your library.
Hello, I had to debug some strange warmup behaviors yesterday and I needed to compare two runs (with --count=2) to be able to understand the issue. More generally, It looks...