Files
aptly/system/t12_api/version.py
T
Andrey Smirnov 52f7c83f95 Release 0.9.7.
2016-04-18 12:30:36 +03:00

11 lines
196 B
Python

from api_lib import APITest
class VersionAPITest(APITest):
"""
GET /version
"""
def check(self):
self.check_equal(self.get("/api/version").json(), {'Version': '0.9.7'})