ale/test/command_callback/python_paths
Matteo Centenaro 505d114a68 Look for ini file to spot python project root (#755)
* Look for ini file to spot project root

When looking for the project root folder it would be better
to check for some well-known init file instead of __init__.py.
Indeed, with python3 it is now possible to have namespace modules
where intermediate dirs are not required to include the __init__.py file.

* Break if statement conditions over several lines

* Add blank lines for the if block

* Add test for FindProjectRoot

* Typo: missing / for MANIFEST.in

* Fix test for non-namespace package

* Add more test cases
2017-07-11 21:57:37 +01:00
..
namespace_package_manifest Look for ini file to spot python project root (#755) 2017-07-11 21:57:37 +01:00
namespace_package_pytest Look for ini file to spot python project root (#755) 2017-07-11 21:57:37 +01:00
namespace_package_setup Look for ini file to spot python project root (#755) 2017-07-11 21:57:37 +01:00
namespace_package_tox Look for ini file to spot python project root (#755) 2017-07-11 21:57:37 +01:00
no_virtualenv/subdir/foo #208 Automatically detect pylint in virtualenv directories 2017-05-06 19:11:43 +01:00
with_virtualenv Search python fixers in virtual environment (#632) 2017-06-07 20:42:30 +01:00