python-hospital / hospital

Tools to diagnose Python projects (supervision, monitoring).
Other
40 stars 8 forks source link

Fixed healthcheck discovery with dotted name #53

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

Refs #52 Scanning packages and modules located outside working directory should be more robust.

Fixes AssertionError: Path must be within the project and ValueError: Attempted relative import in non-package.