blob: 781433d8f282c14cf8bd1c38b0309cf7fb39e503 (
plain)
1
2
3
4
5
6
7
8
|
# -*- coding: utf-8 -*-
# **********************************************************************
#
# Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
#
# **********************************************************************
TestSuite(__name__, [ ClientTestCase(client=SimpleClient(args=["{testdir}"])) ])
|