summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Move 'tests' directory into 'keystone' packageSascha Peilicke2013-08-141-1/+1
| | | | | | | | | | | 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
* Add version so that pre-release versioning worksMonty Taylor2013-07-121-0/+1
| | | | | | | | As a server project, keystone should list a version number in setup.cfg so that the version numbers products in daily tarballs list the pre-release alpha designation. Change-Id: I1aff86b0890f2d215d00b0c1f19cca3798ae88ec
* Migrate to pbr.Monty Taylor2013-05-231-0/+31
| | | | | | Closes bug 1179007 Change-Id: I9d2a0190bb8dc31ea481909a4e0af3008aa976bf
* Remove run_test.py in favor of stock nose.Monty Taylor2012-09-271-0/+1
| | | | | | | | | | | | Move specific functionality into test fixtures, so that normal test runners can work. For now, this means we can use unaltered nose. For the future, it gets us closer to being able to use other test runners such as testrepository which allow for things like parallel test runs and re-running failed tests in a dev/test cycle. Also, aligns keystone with nova and glance. Change-Id: Ic1966281c0bdfbc09792360209692e9d4a0a51a7
* setting up babel for i18n workJoe Heck2012-06-211-0/+14
| | | | | | blueprint start-keystone-i18n Change-Id: Ie18daada4b537b74a27aa1defe676698d9944468
* Clean up test requires a bit.Monty Taylor2012-06-161-4/+3
| | | | | | | | The main culprit here was prettytable - but because of the way this was working, it was causing intermittent transient network issues from pypi in the devstack gates. Change-Id: I62117116c850361c5e2de7e6485c14ef43007c1d
* Align with project configs.Monty Taylor2012-03-011-0/+21
* docs in doc/ rather than docs/ * write out changelog from git * freeze requirements file Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563