diff --git a/Makefile b/Makefile index fe4d4102..3ea994ab 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ upload: tests: install coverage run --rcfile=.coveragerc -m pytest --verbose --showlocals --pastebin=all \ - tests/test_tencent.py --disable-warnings && \ + tests/ --disable-warnings && \ coverage report --precision=3 --sort=cover --skip-empty --show-missing && \ coverage html --precision=3 --skip-empty -d coverage/html/ && \ coverage xml -o coverage/coverage.xml diff --git a/docs/index.rst b/docs/index.rst index 0f1fbc65..585f7d9e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -49,6 +49,8 @@ Check our other projects here - `RedPandaDev group