Commit Graph

4 Commits

Author SHA1 Message Date
Tony Breeds 9efda7ea25 Move requirements to the PTI
When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're
supposed to invoke stestr rather than testr so lets do that

Change-Id: Ic5b984949462e9d96d0ba122531d7f0a3d733891
2018-05-21 14:58:48 -07:00
Robert Collins 41abe54de4 Move tests into openstack_requirements.
There's no reason to have this project be a special snowflake, lets
use the convention we do elsewhere in OpenStack.

Change-Id: I6ee4cbaa958dcc9c1018dbfdfda083dcb07eea00
2015-06-08 22:07:01 +12:00
Monty Taylor ec0489413f Remove unneeded tests dir reference
Change-Id: Idd94b677b4a677b49aea8be01bd7c27e0c319550
2013-08-08 12:04:04 -03:00
Sean Dague f7fbf480da one global-requirements.txt to rule them all
... and in the darkness bind them.

This moves the contents of requirements.txt and
test-requirements.txt to a single file, global-requirements.txt.
This means that regardless of whether a requirement is in
either file it will get checked. This massively simplifies the
checking and upgrading of req and test-req files.

This also adds in a unit testing framework for the update.py
script to ensure it does what we think it does. This is
accomplished by making a fake tree with a set of req and test-req
files, running update.py, and ensuring the updates were made
that we expected. It includes testing for the oslo url case,
as well as test-requires.

Change-Id: Ib9b86ade4cb8317509e218aec31f32e5d08f4035
2013-08-02 13:13:57 -04:00