albertino87

Results 10 comments of albertino87

> You could consider the following approach: > > ```python > from dataclasses import astuple, dataclass, fields > > from cattrs import Converter > > c = Converter() > >...

ok, sorry for the incompleteness, the full example would be something like this (with whatever works in validate types): ``` from abc import ABC from dataclasses import dataclass, astuple, fields...

i think that what i'd like to have is already built in cattrs since it structures the data and while doing so it checks the typing. what i'd like to...

any chance to have this?

is it possible to implement the sorting defined by pytest.mark.order(n) (from the pytest-order library)? it's not always possible to have the previous run when running on new CI machines each...

> Looking forward to having this merged. The assumption that the scope with the most tests is the "slow" one so should be scheduled first is, for our use case,...

> There are actually some alternatives worth mentioning. For example, in Python you can quite easily write a small RFC wrapper over HTTPS – and in many cases this is...

what is needed for this to be merged?

@Toad2186 can you please complete this PR now that has been approved? I've been waiting for it for ages :D