Update Python Port

Kevin Morris 2021-09-10 00:47:27 +00:00
parent 336a1901f8
commit 98b810da67

@ -16,7 +16,7 @@ We use a GitLab issue, [Path to Python/FastAPI](https://gitlab.archlinux.org/arc
## Docker ## Docker
If you want to build the project and see its test run with docker, you can run `docker build .` which should result in a full test run of both legacy *sharness* and our new *pytest* suites. At the end, it'll produce a text coverage report of the executed tests. Keep in mind, this is expected to be run at the root of the `aurweb` repository; it requires relative directories to populate Docker. See the [Docker](https://gitlab.archlinux.org/archlinux/aurweb/-/wikis/Docker) wiki page for an in-depth look at our services and images.
## Getting Started ## Getting Started
<div id="getting-started"></div> <div id="getting-started"></div>