Skip to content

HyesunKwak/swpp2020-team17

 
 

Repository files navigation

swpp2020-team17

Build Status Coverage Status Quality Gate Status

Frontend

sh runFront.sh

Backend

sh runBack.sh

Testing

After activating venv,

  1. Test frontend
cd frontend   
yarn add coverage
yarn test --coverage --watchAll=false
  1. Test backend
pip install coveralls
coverage run --source='.' manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.4%
  • Python 21.2%
  • Other 1.4%