Skip to content

Commit 4bf2dbb

Browse files
authored
Merge pull request #3 from alexpdev/dev
Updates to testing suit, style linting, bug fixes.
2 parents 359d1fe + d97fc0d commit 4bf2dbb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

coverage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<coverage version="5.5" timestamp="1633844921303" lines-valid="1503" lines-covered="344" line-rate="0.2289" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="5.5" timestamp="1633845595443" lines-valid="1503" lines-covered="344" line-rate="0.2289" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
257257

258258
<!--
259259
MkDocs version : 1.2.2
260-
Build Date UTC : 2021-10-10 05:48:30.690289+00:00
260+
Build Date UTC : 2021-10-10 05:59:44.664066+00:00
261261
-->

docs/sitemap.xml.gz

0 Bytes
Binary file not shown.

tests/test_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def metadata():
3232

3333
def test_malformed_bytes():
3434
"""Test byte string literal that is not understood by decoder."""
35-
data = b"i123elees11:hello world!spqyt"
35+
data = b"dspi123elees11:hello world!spqyt"
3636
try:
3737
_ = bendecode(data)
3838
except DecodeError:

0 commit comments

Comments
 (0)