]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
moved test to tests to follow best practices 17/head
authorAlfredo Deza <alfredo@deza.pe>
Wed, 17 Jul 2013 20:31:23 +0000 (16:31 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 17 Jul 2013 20:31:23 +0000 (16:31 -0400)
commit38316e41a199349a90c7befd47a7757cacee818c
treeb727dba3ef10f061bbac366eaa388a1f809cd40b
parent575972b3255c8abfec5262ff4a59cc3e50350945
moved test to tests to follow best practices
20 files changed:
ceph_deploy/test/__init__.py [deleted file]
ceph_deploy/test/conftest.py [deleted file]
ceph_deploy/test/directory.py [deleted file]
ceph_deploy/test/fakes.py [deleted file]
ceph_deploy/test/test_cli.py [deleted file]
ceph_deploy/test/test_cli_install.py [deleted file]
ceph_deploy/test/test_cli_mon.py [deleted file]
ceph_deploy/test/test_cli_new.py [deleted file]
ceph_deploy/test/test_cli_osd.py [deleted file]
ceph_deploy/test/test_conf.py [deleted file]
ceph_deploy/tests/__init__.py [new file with mode: 0644]
ceph_deploy/tests/conftest.py [new file with mode: 0644]
ceph_deploy/tests/directory.py [new file with mode: 0644]
ceph_deploy/tests/fakes.py [new file with mode: 0644]
ceph_deploy/tests/test_cli.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_install.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_mon.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_new.py [new file with mode: 0644]
ceph_deploy/tests/test_cli_osd.py [new file with mode: 0644]
ceph_deploy/tests/test_conf.py [new file with mode: 0644]