mirror of
https://github.com/monero-project/monero.git
synced 2025-07-24 03:20:42 -04:00
functional_tests: fix python3 compatibility
Also add missing bans test to the default tests
This commit is contained in:
parent
5fbfa8a656
commit
eeebad6630
15 changed files with 60 additions and 59 deletions
|
@ -40,7 +40,7 @@ Test the following RPCs:
|
|||
|
||||
import time
|
||||
from time import sleep
|
||||
from decimal import Decimal
|
||||
from __future__ import print_function
|
||||
|
||||
from framework.daemon import Daemon
|
||||
from framework.wallet import Wallet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue