From 9bb80235ee17ea744281c3b1c5bb454e8601657d Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 23 Jan 2021 00:50:16 +0100 Subject: [PATCH] Added API-Test Doc to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f9ffeddb..ac5c73e9 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,14 @@ $ docker-compose -f docker-compose.dev.yml up Go to . + +Run Backend API-Tests: + +You can run the API-Tests for the backend with the following command: +```bash +docker exec doccano_backend_1 pipenv run app/manage.py test api +``` + ### Add annotators (optionally) If you want to add annotators/annotation approvers, see [Frequently Asked Questions](./docs/faq.md)