From 174019005c5dbb3b77d7a9db7e51c633fa7cbf71 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 25 Feb 2017 12:22:47 +0100 Subject: update wrapper and tests for latest API changes * deprecated "strings" module: API returns clean names already * an API token needs to be passed to the unit tests by an environment variable --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ed87d78..be279c2 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ Example usage: ``` [More examples](/examples) + +Running the tests: +```bash +GAMELOCKER_APIKEY=your.api.key PYTHONPATH=. python -m pytest tests +``` -- cgit v1.3.1