You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
207 B

  1. Algorithm test
  2. ===
  3. ### Usage
  4. ```bash
  5. $ python3 -m pip install pipenv
  6. # Use virtualenv
  7. $ PIPENV_VENV_IN_PROJECT=true pipenv shell
  8. $ pipenv install --dev
  9. ```
  10. - Unittest
  11. ```bash
  12. $ pipenv run unittest
  13. ```