Skip to content
Snippets Groups Projects
Select Git revision
0 results

test_configuration.py

  • Anton Joubert's avatar
    a582c138
    SAR-55 Fix date format in get_default_formatter · a582c138
    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.
    a582c138
    History
    SAR-55 Fix date format in get_default_formatter
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.