Changed * Changed development status to Beta * Output difference now strips the `BLANKLINE` marker if enabled
0.3.4
Changed * The reported difference between got and want now preserves newlines for better visibility.
0.3.3
Fixed * Fixed bug where pytest would collect all tests twice (because the `__init__.py` file was normalized to a directory in `package_modpaths`)
0.3.2
Added * API update to facilitate `mkinit`
0.3.1
Added * Improved doctest syntax error message * `PythonPathContext` no longer breaks if small changes to the path occur in its context. * `PythonPathContext` can now insert into front or back of sys.path * Flags can now be specified before or after positional arguments when using the __main__ script
0.3.0
Added * Added entry point script * example command lines now use the full path if the module is not in the `PYTHONPATH` * Can now override `sys.path` when calling `modname_to_modpath` and `is_modname_importable` (API change)