- Fixed bug and added tests for handling invalid dateTime formats, the
server will now respond with a BadArgument (XML) error instead of a
python traceback.
- Use buildout to create testrunner and environment as opposed to
``test.py`` script.
Install buildout by:
$ python bootstrap.py $ bin/buildout
Run the tests by doing:
$ bin/test
To get a python interpreter with the ``oaipmh`` library importable::
$ bin/devpython