summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-02-25 12:22:47 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-02-25 12:22:47 +0100
commit174019005c5dbb3b77d7a9db7e51c633fa7cbf71 (patch)
tree6c5d1fbfb8f2e686fc0bc85c4ab83b1e1a55a272 /README.md
parent29deddab122b6dca89030e9a9c2ef641be53f45c (diff)
downloadpython-gamelocker-174019005c5dbb3b77d7a9db7e51c633fa7cbf71.tar.gz
python-gamelocker-174019005c5dbb3b77d7a9db7e51c633fa7cbf71.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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
+```