diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-25 12:22:47 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-02-25 12:22:47 +0100 |
| commit | 174019005c5dbb3b77d7a9db7e51c633fa7cbf71 (patch) | |
| tree | 6c5d1fbfb8f2e686fc0bc85c4ab83b1e1a55a272 /README.md | |
| parent | 29deddab122b6dca89030e9a9c2ef641be53f45c (diff) | |
| download | python-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,3 +24,8 @@ Example usage: ``` [More examples](/examples) + +Running the tests: +```bash +GAMELOCKER_APIKEY=your.api.key PYTHONPATH=. python -m pytest tests +``` |
