functional_tests: python3 compatibility

and add missing tests
This commit is contained in:
moneromooo-monero 2019-05-29 11:45:25 +00:00
parent 1fac83858a
commit 6b72541dc0
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
7 changed files with 15 additions and 15 deletions

View file

@ -28,11 +28,10 @@
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import time
"""Test address validation RPC calls
"""
from __future__ import print_function
from framework.wallet import Wallet
class AddressValidationTest():