Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
cleanup tests from merge of psf#2991
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Feb 3, 2016
1 parent 5481db2 commit 458cb64
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nosetests.xml
junit-report.xml
pylint.txt
toy.py
tox.ini
violations.pyflakes.txt
cover/
build/
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ init:
test:
# This runs all of the tests. To run an individual test, run py.test with
# the -k flag, like "py.test -k test_path_is_not_double_encoded"
python setup.py test -a "test_requests.py"
py.test test_requests.py

coverage:
python setup.py test -a "--verbose --cov-report term --cov=requests test_requests.py"
py.test --verbose --cov-report term --cov=requests test_requests.py

ci: init
py.test --junitxml=junit.xml
Expand Down
8 changes: 0 additions & 8 deletions tox.ini

This file was deleted.

0 comments on commit 458cb64

Please sign in to comment.