Browse Source

PYADPT-116: for PR's: minimal changes please, sometimes even dead code has a reason oi put it there

pull/6/head 2.1.8
heck 4 years ago
parent
commit
7a8bf38984
  1. 4
      tests/test_blob.py

4
tests/test_blob.py

@ -4,6 +4,10 @@
"""Blob unit tests."""
import pytest
from . import constants
from . import model
def test_blob_data_constructor(pEp):
bdata = b'this is binary \x00\x01\xbb\xa7\xa4\xab test data'

Loading…
Cancel
Save