Skip to content

Commit 59931e4

Browse files
authored
Merge pull request #5 from alexpdev/dev
Dev
2 parents 8f8c636 + f380c6c commit 59931e4

File tree

18 files changed

+844
-1807
lines changed

18 files changed

+844
-1807
lines changed

.prospector.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ pyroma:
2626

2727
pyflakes:
2828
run: true
29+
30+
mccabe:
31+
run: false
32+
disable:
33+
-MC0001

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ lint: ## check style with flake8
6060
prospector tests
6161

6262
test: ## run tests quickly with the default Python
63-
pytest tests
64-
pytest tests --cov
65-
pytest tests --pylint
63+
pytest tests --cov=tests --cov=pyben --pylint
64+
6665

6766
coverage: ## check code coverage quickly with the default Python
6867
coverage run --source pyben -m pytest tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pyben v0.2.3
1+
# Pyben v0.2.4
22

33
Small library for encoding/decoding bencode data.
44
Pyben Enables fast and easy encoding and decoding of bencoded data.

0 commit comments

Comments
 (0)