From 830a61c2fe2e38afa29fd03d7db3040fd6e853f0 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 4 Dec 2019 17:38:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Add=20testing=20instru?= =?UTF-8?q?ctions=20+=20reference=20README-DEV.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 9 +++++++++ README.md | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/README-DEV.md b/README-DEV.md index 90cd236..da2025a 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -1,3 +1,12 @@ +Testing +------- +In a Python 3 virtualenv: + +~~~ +pip install -e . +make test +~~~ + Release ------- * Update ocrd-tool.json version diff --git a/README.md b/README.md index f2081a7..98554e2 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ With `test-parameters.json`: } ~~~ +## Development & Testing +For information regarding development and testing, please see +[README-DEV.md](README-DEV.md). + + TODO ----