From 14e090154c10001550127628c2728013f15d4256 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 21 Jan 2013 15:34:42 +0100 Subject: Move 'tests' directory into 'keystone' package Similar to a range of other components (e.g. glance,nova,...) and recent reviews by Monty. Running individual tests can be done like this: ./run_tests.sh keystone.tests.test_drivers Change-Id: I2482a48322150e5eb09b703326a94d8283f1c75b --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 2373ea28..9c59a76b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,7 +16,7 @@ include etc/* include httpd/* graft bin graft doc -graft tests +graft keystone/tests graft tools graft examples recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.pot *.sql -- cgit