JPEWdev / shacl2code

Convert SHACL model to code bindings
MIT License
2 stars 4 forks source link

tests: Python: Fix timezone errors in UTC+1 #8

Closed JPEWdev closed 4 months ago

JPEWdev commented 4 months ago

If the users timezone happens to match the timezone the tests are looking for, it will result in test failures. Fix this by forcing the timezone to US/Mountain time (UTC+7) when running the tests.

Closes #6

github-actions[bot] commented 4 months ago

Coverage report

This PR does not seem to contain any modification to coverable code.

JPEWdev commented 4 months ago

@stanislaw can you look at this and see if it fixes #6?

stanislaw commented 4 months ago

It looks like it does 👍

================= 638 passed, 4 warnings in 251.61s (0:04:11) ==================