deb-python-gabbi/gabbi
Chris Dent 17fbae067d Make sure the pytester plugin is called.
In the new model of gathering tests, the pytester plugin which
ensures that fixtures are started and stopped but not counted
as tests was not being run because test-name matching was no
longer working correctly.

These changes ensure that the plugin is run. Despite the small
change here, this took absolute ages to get right.

And it still doesn't fix the problem present in the previous
commit: The need for the test_pytest function to be present
in the namespace of the test module. So a few more iterations
remain.
2016-11-01 20:25:48 +00:00
..
handlers Update content-handlers to reflect json regex handling 2016-09-26 20:34:47 +01:00
tests Make sure the pytester plugin is called. 2016-11-01 20:25:48 +00:00
__init__.py Release 1.27.0 2016-10-04 14:24:12 +01:00
case.py Use testtools.TestCase instead of TestCaseWithFixtures 2016-09-29 11:02:41 +01:00
driver.py Make sure the pytester plugin is called. 2016-11-01 20:25:48 +00:00
exception.py Send a warning when a yaml filename has an underscore (#157) 2016-06-16 13:41:56 +01:00
fixture.py Use the Interceptor class from wsgi_intercept 2015-12-29 12:29:18 +00:00
httpclient.py Make pylint a little happier 2016-05-07 14:00:37 +01:00
json_parser.py Make pylint a little happier 2016-05-07 14:00:37 +01:00
pytester.py Make sure the pytester plugin is called. 2016-11-01 20:25:48 +00:00
reporter.py Make pylint a little happier 2016-05-07 14:00:37 +01:00
runner.py Add some rudimentary docs for runner input files handling 2016-10-04 11:58:42 +01:00
suite.py Extract suitemaking out of driver 2016-06-03 15:07:57 +01:00
suitemaker.py Merge branch 'master' into inner-fixtures 2016-09-26 21:10:03 +01:00
utils.py Clean up content-type parsing 2016-07-03 14:11:12 -04:00