Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 06e67f317d Retire dox repository
This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Depends-On: https://review.opendev.org/701446
Change-Id: I49ddca0f6c4a5d0e546e22a5515d405f0e869eab
2020-01-07 20:53:40 +01:00
Andreas Jaeger be9aa268bd Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-01-20 19:14:04 +01:00
David Shrewsbury a21659d31e Use base class for config file parsers
The configuration file parsers have a defined API, but we aren't
enforcing use of that. This adds an abstract base class that they
all will now inherit from. Additionally, new tests are added to
ensure the classes inherit from the new base class.

Moves tests for files in the config/ directory into their own
test directory.

Fixes the test class name for the ToxIni tests.

Change-Id: I003b4add6060075676da0f23cc37445ea50ffe88
2014-09-25 11:50:00 -04:00
Monty Taylor 4ce6b12055 Replaced sh with subprocess 2014-07-24 20:09:33 -05:00
Monty Taylor f2e1ab11af Add argument parsing 2014-07-23 21:46:59 -04:00
Monty Taylor 0834ab407c Initial pass at the basic logic 2014-07-22 16:27:33 -07:00
Monty Taylor 77ae302213 Clean up build and write a README 2014-07-22 12:33:33 -07:00
Monty Taylor ad90b40f9b Initial commit 2014-07-20 20:04:11 -07:00