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

@@ -95,6 +95,14 @@ yourself with the following commands::
$ mypy sublime
$ ./cicd/custom_style_check.py
Testing
-------
This project uses ``pytest`` for testing. Tests can be added in the docstrings
of the methods that are being tested or in the ``tests`` directory. 100% test
coverage is **not** a goal of this project, and will never be. There is a lot of
code that just doesn't need tested, or is better if just tested manually.
CI/CD Pipeline
--------------