Added a hack to make testing the filesystem adapter tests working

This commit is contained in:
Sumner Evans
2020-04-21 13:50:01 -06:00
parent 9d7218afd9
commit 2863570e5b
7 changed files with 81 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ lint:
script:
- pipenv run python setup.py check -mrs
- pipenv run flake8
- pipenv run mypy sublime
- pipenv run mypy sublime tests/**/*.py
- pipenv run cicd/custom_style_check.py
test: