Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 525 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 525 Bytes

Contributing

For installation instructions, please refer to the Continuous Integration configuration file. Most specifically, the install section.

Tests

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