Output a more clear configuration error (#421)

* Output a more clear configuration error

* Performance related improvements in config read handling

* Check python 3.6 with travis

* Revert the .travis.yml py36 inclusion

* Added tests for input error handling

* Thanks isort, isorted it out

* Make exit() function a bit more aesthetic

* Single quote -> double quote docstrings

* Whitespace removed
This commit is contained in:
Šarūnas Nejus
2020-08-09 09:27:21 +01:00
committed by GitHub
parent 60f3f9dd9f
commit 8a64d87917
3 changed files with 108 additions and 19 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
[pytest]
testpaths = ./test-data
testpaths =
./test-plugin
./test-data
addopts =
--tb=native
-s