Daniel
Results
2
issues of
Daniel
From the [pytest docs](https://docs.pytest.org/en/stable/yieldfixture.html): > Since pytest-3.0, fixtures using the normal fixture decorator can use a yield statement to provide fixture values and execute teardown code, exactly like yield_fixture in...
## Summary of changes Parser now uses the microseconds supplied via a default datetime, even if the parsed string contains seconds. Closes #1032 ### Pull Request Checklist - [x] Changes...