This commit is contained in:
Marina Samuel 2018-02-05 14:30:05 -05:00
Родитель 894694ccd3
Коммит e0ebb0241f
1 изменённых файлов: 13 добавлений и 0 удалений

13
Makefile Normal file
Просмотреть файл

@ -0,0 +1,13 @@
lint:
flake8 stmoab/utils.py
flake8 stmoab/dashboards/SummaryDashboard.py
flake8 stmoab/dashboards/StatistcalDashboard.py
flake8 stmoab/dashboards/ActivityStreamExperimentDashboard.py
flake8 stmoab/tests/base.py
flake8 stmoab/tests/test_summary_dashboard.py
flake8 stmoab/test/test_utils.py
flake8 stmoab/tests/test_activity_stream_experiment_dashboard.py
flake8 stmoab/tests/test_statistical_dashboard.py
test: lint
nosetests --with-coverage --cover-package=stmoab