Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Removed coverage (random UTF-8 errors).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Hui committed Apr 3, 2012
1 parent e3bd8ba commit 923dc77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 4 additions & 15 deletions Makefile
Expand Up @@ -52,10 +52,9 @@ help:
@echo " perform_data_refresh Performs cron job tasks for all data on the remote server."
@echo " remove_backup Removes the backup folder from a deploy. Use after deploying."
@echo " restore_backup Restores backup folder from a deploy. Used to undo a deploy."
@echo " test Runs all unit tests and generate a coverage report."
@echo " test_django Test only YACS's django apps. No coverage."
@echo " test_lib Test only YACS's lib directory. No coverage."
@echo " test_only Runs all unit tests without coverage."
@echo " test Runs all tests."
@echo " test_django Test only YACS's django apps."
@echo " test_lib Test only YACS's lib directory."
@echo " update_environment Updates the environment dependencies and caches for deployment."
@echo " scss Runs sass file watcher to convert scss files into css."

Expand Down Expand Up @@ -214,17 +213,7 @@ create_section_cache:

##### Testing Operations #####

test: prefix=coverage run -a
# we can't run with python arg
test: PYTHON=
test: begin_coverage test_only end_coverage
test_only: test_django test_lib pep8

begin_coverage:
coverage erase

end_coverage:
coverage html
test: test_django test_lib pep8

test_django:
$(prefix)$(PYTHON_EXEC) manage.py test --failfast $(APPS)
Expand Down
2 changes: 0 additions & 2 deletions requirements/development.txt
@@ -1,7 +1,6 @@
BeautifulSoup==3.2.1
Django==1.4
South==0.7.3
coverage==3.5.1
django-debug-toolbar==0.9.4
django-devserver==0.3.1
django-extensions==0.8
Expand All @@ -13,7 +12,6 @@ line-profiler==1.0b3
mock==0.8.0
nose==1.1.2
pep8==0.7.0
psycopg2==2.4.4
py-bcrypt==0.2
python-dateutil==1.5
pytz==2011n
Expand Down

0 comments on commit 923dc77

Please sign in to comment.