Skip to content

Commit 6cf8029

Browse files
author
Andreas Kugel
committed
update
1 parent 908ac19 commit 6cf8029

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/13-blockchain.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ def calc(s):
5555
# you can test this in the python shell
5656

5757
########## test #############
58+
# specific pytest can be forced with
59+
# py.test-version ...
60+
# e.g. py.test-3.6 13-blockchain.py
5861
def test_hash():
5962
hg = hashlib.sha256()
6063
print("String:",refString)

0 commit comments

Comments
 (0)