mirror of
https://github.com/monero-project/monero.git
synced 2025-08-07 07:12:17 -04:00
functional_tests: fix python3 compatibility
Also add missing bans test to the default tests
This commit is contained in:
parent
5fbfa8a656
commit
77594c4f4a
15 changed files with 60 additions and 59 deletions
|
@ -36,6 +36,7 @@ Test the following RPCs:
|
|||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from framework.daemon import Daemon
|
||||
|
||||
class DaemonGetInfoTest():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue