From 62ce79f8f73561c96d61531bd9ea9a3397c64e22 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Fri, 2 Sep 2016 00:09:45 -0400 Subject: [PATCH] print which opcodes we're testing --- .../blockstack_integration_tests/scenarios/nameop_parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py b/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py index 5c7c1ae1b..6b5ba7e75 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py +++ b/integration_tests/blockstack_integration_tests/scenarios/nameop_parsing.py @@ -305,7 +305,7 @@ def check( state_engine ): # only 'valid' tests should return non-NULL # all other tests should return None for opcode, tests in all_tests.items(): - + print "test %s" % opcode for testname, testscript in tests.items(): parsed_op = parse_nameop( opcode, testscript[3:], fake_pubkey, \