/questions

Test work

Primary LanguagePython

Project Name

Django Project

Project description

Fast. Secure. Scalable.

Installation

  • virtualenv -p python3 project
  • cd project
  • source bin/activate
  • git clone project
  • cd project
  • pip install -r requirements.txt

Testing

  • pytest --cov: Run pytest with coverage output
  • pytest --cov=. --cov-report=html Run html coverage test
  • pytest --pep8 --pylint : run tests with pep8 and pylint