Select Git revision
test_configuration.py
-
Anton Joubert authored
The `datefmt` string was not being set correctly resulting in the incorrect output: ``` 1|2020-01-13 10:42:42,415.415Z|... ``` instead of: ``` 1|2020-01-13T10:42:42.415Z|... ``` Tests now ensure that the output from the default configuration matches the output from the standalone formatters.
Anton Joubert authoredThe `datefmt` string was not being set correctly resulting in the incorrect output: ``` 1|2020-01-13 10:42:42,415.415Z|... ``` instead of: ``` 1|2020-01-13T10:42:42.415Z|... ``` Tests now ensure that the output from the default configuration matches the output from the standalone formatters.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.