mirror of
https://github.com/monero-project/monero.git
synced 2025-10-18 15:14:12 -04:00
functional_tests: python3 compatibility
and add missing tests
This commit is contained in:
parent
1fac83858a
commit
6b72541dc0
7 changed files with 15 additions and 15 deletions
|
@ -143,7 +143,7 @@ class MiningTest():
|
|||
assert res_status.active == False
|
||||
|
||||
def submitblock(self):
|
||||
print "Test submitblock"
|
||||
print("Test submitblock")
|
||||
|
||||
daemon = Daemon()
|
||||
res = daemon.get_height()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue