Skip to content

Instantly share code, notes, and snippets.

@seeeturtle
Last active February 29, 2020 08:42
Show Gist options
  • Save seeeturtle/0ca524790193e326a7e3382288e8a750 to your computer and use it in GitHub Desktop.
Save seeeturtle/0ca524790193e326a7e3382288e8a750 to your computer and use it in GitHub Desktop.
Aiodocker test guide

How To Test

First install dependicies by: pip install -r requirements/base.txt && pip install -r requirements/dev.txt or if you want just to test: pip install -r requirements/base.txt && pip install -r requirements/test.txt And then you could test by: ./test.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment