/eti_eportfolio

a pretty cool example django project to show testcases and stuff for school assignment

Primary LanguagePython

eti portfolio CircleCI codecov

a pretty cool example django project to show testcases and stuff.

running 🏃‍♂️

  1. git clone https://github.com/Kaioru/eti_eportfolio
  2. pip install -r requirements.txt
  3. python manage.py runserver

testing 🧪

  1. Install Google Chrome and Chrome Driver
  2. pip install -r requirements-test.txt
  3. pytest

check out TESTS.md or the test files for the test cases.