tests: auto disable network related tests (#141) * added .editorconfig to ease contributing to the project * tests: autodisable test in absence of curl When running the test in the nix sandbox, there is no internet access and this specific test fails. The best solution would probably be to download these files only when they dont exist. The current fix skips the test when curl is not available and allows to move on.