Thomas Kremmel
Results
3
comments of
Thomas Kremmel
It is not just you.. also falling back to dicts and json for now.
I tried to build structured data for a `BlogPosting`. So one suggestion would be to provide more examples which also include nestings. ``` { "author": "Tom", "publisher": { "logo": {...
We stumbled over the same problem using `pytest-django`, running in a multi-core CI test setup. However we were not able to solve the problem of randomly failing test cases /...