For installation instructions, please refer to the Continuous Integration configuration file. Most specifically, the install
section.
Since the test suite contains integration tests, you must provide the credentials for a valid Duolingo account. Use the following snippet to export variables with your password and user information:
export DUOLINGO_PASSWORD="my_secret_password"
export DUOLINGO_USER="Luis"
Now, run the tests using pytest:
pytest tests.py