diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-01-30 23:58:14 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-01-30 23:58:14 -0300 |
commit | bc9bfb31bb009a7f3fa8ce79a4f1afdb74ce58c0 (patch) | |
tree | 3fed79f1de6032726db2c49b80f91e573823958a | |
parent | d32a241c82cfc3f774b82d71c73d4b4e5d0aa965 (diff) |
Add doctest plugin
-rw-r--r-- | requirements_test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_test.txt b/requirements_test.txt index 58f4947..737d0df 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,2 +1,3 @@ hypothesis==4.42.7 pytest==5.2.2 +pytest-sphinx==0.2.2 |