Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 5bac2fa

Browse files
committed
Switching from nose to py.test.
Also removing all references to nose, and in the process just making the CONTRIBUTING doc point to the main project. Also adding `grpcio` as a hard dependency.
1 parent 4db7f57 commit 5bac2fa

13 files changed

Lines changed: 27 additions & 442 deletions

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
[run]
2+
branch = True
3+
14
[report]
5+
fail_under = 100
26
show_missing = True
37
exclude_lines =
48
# Re-enable the standard pragma

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pip-log.txt
2626
# Unit test / coverage reports
2727
.coverage
2828
.tox
29-
nosetests.xml
3029

3130
# Translations
3231
*.mo

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ script:
88
- tox -e py27
99
- tox -e py34
1010
- tox -e lint
11+
- tox -e cover
1112
- tox -e system-tests
1213

1314
after_success:

0 commit comments

Comments
 (0)