src/tests/api/t_api.py
changeset 2219 60ad60f7592c
parent 2218 f025ba1faae7
child 2286 938fbb350ad2
equal deleted inserted replaced
2218:f025ba1faae7 2219:60ad60f7592c
    39 import sys
    39 import sys
    40 import tempfile
    40 import tempfile
    41 import time
    41 import time
    42 import unittest
    42 import unittest
    43 
    43 
    44 CLIENT_API_VERSION = 52
    44 CLIENT_API_VERSION = 53
    45 PKG_CLIENT_NAME = "pkg"
    45 PKG_CLIENT_NAME = "pkg"
    46 
    46 
    47 class TestPkgApi(pkg5unittest.SingleDepotTestCase):
    47 class TestPkgApi(pkg5unittest.SingleDepotTestCase):
    48         # restart the depot for every test
    48         # restart the depot for every test
    49         persistent_setup = False
    49         persistent_setup = False