]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/python/ceph/tests/test_ceph.py
update download target update for octopus release
[ceph.git] / ceph / src / test / python / ceph / tests / test_ceph.py
1 import ceph
2
3 # This file tests nothing (yet) except for being able to import ceph
4 # correctly and thus ensuring somewhat that it will work under different Python
5 # versions. You must write unittests here so that code has adequate coverage.
6
7 class TestCeph(object):
8
9 def test_basic(self):
10 assert True