diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-12-09 16:59:50 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-12-09 16:59:50 -0300 |
commit | 54550a2780578bf56d089bd991b0da46e0acfdc7 (patch) | |
tree | e1c60dbe0675eb6f1a151ce64ca0babea34819dd | |
parent | 803b76012340a029291ca27c4227c16bffb29265 (diff) |
Allow running doctests
-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 |