bobbui / json-logging-python

Cloud-native distributed Python logging library to emit JSON log that can be easily indexed by logging infrastructure
Apache License 2.0
303 stars 62 forks source link

tests: fix imports and test collection under some environments #70

Closed AluisioASG closed 3 years ago

AluisioASG commented 3 years ago

While packaging json-logging for NixOS, I've come across two issues with tests. Since neither are specific to NixOS (though they may be an artifact of how the build environment is set up), I felt it'd be better to try to stream the fixes up.

bobbui commented 3 years ago

@AluisioASG looks good. Thanks for your contribution