danflucus

Results 3 issues of danflucus

hi, It would be awesome if someone could add support for flaky: https://pypi.org/project/flaky/ I have 2,3 random failures that are impossible to fix and flaky would be great Thx, Dan

Hi, I have this genty dataset: `_IP_UNMATCHED_DATA = ( ('2001:6:0:0:0:0:0:0'), ('2001:5:0:0:0:0:0:0') )` and this test code: `@genty_dataset(*_IP_UNMATCHED_DATA) def test_ipv6(self, ip): assert ip == ip, "Wrong"` When I try to run...

Hi, I have this genty dataset: ` _IP_UNMATCHED_DATA = ( ('2001:6:0:0:0:0:0:0'), ('2001:5:0:0:0:0:0:0') )` and this test code: ` @genty_dataset(*_IP_UNMATCHED_DATA) def test_ipv6(self, ip): assert ip == ip, "Wrong"` When I try...