Our Python 3.6 tests did not catch the issue that `dataclasses` is not a standard package. (See this PR: https://github.com/bugout-dev/humbug/pull/84) It means that we don't have any tests for `HumbugReporter`. We need to add such tests.
Our Python 3.6 tests did not catch the issue that
dataclassesis not a standard package.(See this PR: #84)
It means that we don't have any tests for
HumbugReporter. We need to add such tests.