View the top 1 failed tests by shortest run time
>
> ```python
> tests.test_utils test_datetime_from_isoformat[2021-01-01T00:00:00.000000-00:00-expected_output4]
> ```
>
> Stack Traces | 0.001s run time
>
> >
> > ```python
> > tests/test_utils.py:109: in test_datetime_from_isoformat
> > assert datetime_from_isoformat(input_str) == expected_output, input_str
> > E NameError: name 'datetime_from_isoformat' is not defined
> > ```
>
> View the full list of 2 :snowflake: flaky tests
>
> ```python
> tests.test_utils test_datetime_from_isoformat[2021-01-01T00:00:00.000000-0000-expected_output6]
> ```
>
> **Flake rate in main:** 58.44% (Passed 32 times, Failed 45 times)
> Stack Traces | 0.001s run time
>
> >
> > ```python
> > tests/test_utils.py:109: in test_datetime_from_isoformat
> > assert datetime_from_isoformat(input_str) == expected_output, input_str
> > E NameError: name 'datetime_from_isoformat' is not defined
> > ```
>
>
Stack Traces | 0.001s run time
>
> ```python
> tests/test_scope.py:387: in test_with_isolation_scope_data
> assert scope._tags == {"before_isolation_scope": 1}
> E AssertionError: assert {} == {'before_isolation_scope': 1}
> E
> E Right contains 1 more item:
> E {'before_isolation_scope': 1}
> E
> E Full diff:
> E + {}
> E - {
> E - 'before_isolation_scope': 1,
> E - }
> ```
:x: 1608 Tests Failed:
View the top 1 failed tests by shortest run time
> > ```python > tests.test_utils test_datetime_from_isoformat[2021-01-01T00:00:00.000000-00:00-expected_output4] > ``` > >Stack Traces | 0.001s run time
> > > > > ```python > > tests/test_utils.py:109: in test_datetime_from_isoformat > > assert datetime_from_isoformat(input_str) == expected_output, input_str > > E NameError: name 'datetime_from_isoformat' is not defined > > ``` > >View the full list of 2 :snowflake: flaky tests
> > ```python > tests.test_utils test_datetime_from_isoformat[2021-01-01T00:00:00.000000-0000-expected_output6] > ``` > > **Flake rate in main:** 58.44% (Passed 32 times, Failed 45 times) >Stack Traces | 0.001s run time
> > > > > ```python > > tests/test_utils.py:109: in test_datetime_from_isoformat > > assert datetime_from_isoformat(input_str) == expected_output, input_str > > E NameError: name 'datetime_from_isoformat' is not defined > > ``` > >To view more test analytics, go to the Test Analytics Dashboard Got feedback? Let us know on Github