deb-python-gabbi/gabbi/tests
2016-11-28 20:19:29 +00:00
..
gabbits_inner Add the concept of an inner fixture 2016-09-26 20:39:25 +01:00
gabbits_intercept Cast json match to string when doing regex match (#167) 2016-09-06 21:46:05 +01:00
gabbits_live All "live" tests to be skipped 2016-05-06 14:30:41 +01:00
gabbits_runner Merge branch 'master' into fix-185 2016-11-28 14:34:33 +00:00
test_gabbits Add the concept of a 'prefix' 2015-06-17 12:05:32 +01:00
warning_gabbits Send a warning when a yaml filename has an underscore (#157) 2016-06-16 13:41:56 +01:00
__init__.py Add a custom move to six to make mock available for both Python 2 and 3. (#169) 2016-09-06 21:44:23 +01:00
custom_response_handler.py Tidy up after rebasing from master 2016-06-08 16:50:16 +01:00
README Add missing README for tests directory 2016-05-06 15:47:41 +01:00
simple_wsgi.py Experiment with implementation of a $COOKIE 2016-05-15 18:56:09 +01:00
test_driver.py Enable a 'url' arg to build_tests (#153) 2016-06-13 20:10:24 +01:00
test_fixtures.py Add a custom move to six to make mock available for both Python 2 and 3. (#169) 2016-09-06 21:44:23 +01:00
test_gabbits_pytest.py Make sure the pytester plugin is called. 2016-11-01 20:25:48 +00:00
test_handlers.py Update content-handlers to reflect json regex handling 2016-09-26 20:34:47 +01:00
test_inner_fixture.py Fix docstring typos. 2016-09-28 16:30:07 +01:00
test_intercept.py Merge branch 'content-handlers' of github.com:cdent/gabbi into content-handlers 2016-09-26 20:00:45 +01:00
test_jsonpath.py Move the handlers into their own dir 2016-04-21 15:36:24 +01:00
test_live.py All "live" tests to be skipped 2016-05-06 14:30:41 +01:00
test_load_data_file.py enable mock_open to work on py3.3/3.4 2016-11-27 13:42:26 +00:00
test_parse_url.py Fix failing tests 2016-06-04 14:35:50 +01:00
test_replacers.py Get rid of testtools so we can have sane reporting 2015-07-30 10:02:47 +01:00
test_runner.py Merge branch 'master' into fix-185 2016-11-28 14:34:33 +00:00
test_suitemaker.py Extract suitemaking out of driver 2016-06-03 15:07:57 +01:00
test_syntax_warning.py Pluralize to remain consistent with previous function name 2016-09-28 12:48:26 -04:00
test_utils.py Clean up content-type parsing 2016-07-03 14:11:12 -04:00

Some of the tests in this collection will attempt to connect to
google over the internet to validate some behaviors using real
socket connections. If this is not desirable (for example behind
firewalls or in packaging situations) set GABBI_SKIP_NETWORK to
true in the environment running the tests.