Path	Lines of Code
tests/guinea-pigs/behave/_behave_runner.py	11
tests/guinea-pigs/behave/common/eng/Complex.feature	14
tests/guinea-pigs/behave/common/eng/FeatureWithTags.feature	8
tests/guinea-pigs/behave/common/eng/Simple.feature	6
tests/guinea-pigs/behave/common/eng/steps/steps.py	30
tests/guinea-pigs/behave/common/rus/RusFeature.feature	3
tests/guinea-pigs/behave/common/rus/steps/steps.py	5
tests/guinea-pigs/behave/statuses/Simple.feature	3
tests/guinea-pigs/behave/statuses/steps/steps.py	5
tests/guinea-pigs/diff_assert.py	11
tests/guinea-pigs/diff_assert_error.py	4
tests/guinea-pigs/diff_assert_error_long.py	2
tests/guinea-pigs/diff_assert_error_multiline.py	2
tests/guinea-pigs/diff_assert_error_nums.py	4
tests/guinea-pigs/diff_assert_long.py	7
tests/guinea-pigs/diff_assert_repr.py	4
tests/guinea-pigs/diff_assert_subtest.py	8
tests/guinea-pigs/diff_equals_using_eq.py	12
tests/guinea-pigs/diff_toplevel_assert_error.py	2
tests/guinea-pigs/djangotest1/djangotest/__init__.py	1
tests/guinea-pigs/djangotest1/djangotest/settings.py	38
tests/guinea-pigs/djangotest1/djangotest/urls.py	5
tests/guinea-pigs/djangotest1/djangotest/wsgi.py	4
tests/guinea-pigs/djangotest1/manage.py	6
tests/guinea-pigs/djangotest1/test_smoke.py	4
tests/guinea-pigs/djangotest2/djangotest2/__init__.py	1
tests/guinea-pigs/djangotest2/djangotest2/settings.py	66
tests/guinea-pigs/djangotest2/djangotest2/urls.py	5
tests/guinea-pigs/djangotest2/djangotest2/wsgi.py	4
tests/guinea-pigs/djangotest2/manage.py	13
tests/guinea-pigs/djangotest2/test_smoke.py	4
tests/guinea-pigs/flake8/smoke.py	5
tests/guinea-pigs/nose/buffer_output/test_buffer_output.py	16
tests/guinea-pigs/nose/coverage/testa.py	4
tests/guinea-pigs/nose/deprecatedtest/testa.py	3
tests/guinea-pigs/nose/docstrings/testa.py	2
tests/guinea-pigs/nose/doctests/__init__.py	1
tests/guinea-pigs/nose/doctests/namespace1/__init__.py	1
tests/guinea-pigs/nose/doctests/namespace1/d.py	2
tests/guinea-pigs/nose/flask_testing_incomplete/test_foo.py	4
tests/guinea-pigs/nose/flask_testing_ok/test_foo.py	7
tests/guinea-pigs/nose/generators/testa.py	5
tests/guinea-pigs/nose/generators_class/testa.py	6
tests/guinea-pigs/nose/hierarchy/namespace1/__init__.py	1
tests/guinea-pigs/nose/hierarchy/namespace1/namespace2/__init__.py	1
tests/guinea-pigs/nose/hierarchy/namespace1/namespace2/testmyzz.py	2
tests/guinea-pigs/nose/issue_98/custom_test_loader.py	6
tests/guinea-pigs/nose/issue_98/simple_tests.py	5
tests/guinea-pigs/nose/nose-guinea-pig.py	23
tests/guinea-pigs/nose/nose_parameterized/test.py	7
tests/guinea-pigs/nose/setup_class_error/testa.py	7
tests/guinea-pigs/nose/setup_function_error/testa.py	5
tests/guinea-pigs/nose/setup_module_error/namespace2/__init__.py	1
tests/guinea-pigs/nose/setup_module_error/namespace2/testa.py	6
tests/guinea-pigs/nose/setup_package_error/namespace2/__init__.py	2
tests/guinea-pigs/nose/setup_package_error/namespace2/testa.py	2
tests/guinea-pigs/nose/skiptest/testa.py	3
tests/guinea-pigs/nose/teardown_class_error/testa.py	7
tests/guinea-pigs/nose/teardown_function_error/testa.py	5
tests/guinea-pigs/nose/teardown_module_error/namespace2/__init__.py	1
tests/guinea-pigs/nose/teardown_module_error/namespace2/testa.py	4
tests/guinea-pigs/nose/teardown_package_error/namespace2/__init__.py	2
tests/guinea-pigs/nose/teardown_package_error/namespace2/testa.py	2
tests/guinea-pigs/pylint/sample.py	4
tests/guinea-pigs/pytest/chunked_output_test.py	5
tests/guinea-pigs/pytest/class_with_method.py	4
tests/guinea-pigs/pytest/collect_exception_test.py	2
tests/guinea-pigs/pytest/collect_skip_test.py	3
tests/guinea-pigs/pytest/coverage_test/__init__.py	1
tests/guinea-pigs/pytest/coverage_test/coverage_test.py	4
tests/guinea-pigs/pytest/coverage_test/funcs.py	9
tests/guinea-pigs/pytest/custom/conftest.py	18
tests/guinea-pigs/pytest/fixture_error_test.py	8
tests/guinea-pigs/pytest/flake8_test1.py	3
tests/guinea-pigs/pytest/flake8_test2.py	3
tests/guinea-pigs/pytest/keyboard_interrupt_test.py	2
tests/guinea-pigs/pytest/module_error_test.py	1
tests/guinea-pigs/pytest/monkey_patch_strftime_test.py	7
tests/guinea-pigs/pytest/namespace/__init__.py	1
tests/guinea-pigs/pytest/namespace/pig_test.py	3
tests/guinea-pigs/pytest/old_custom/conftest.py	18
tests/guinea-pigs/pytest/output_test.py	15
tests/guinea-pigs/pytest/params_test.py	8
tests/guinea-pigs/pytest/params_test_2.py	7
tests/guinea-pigs/pytest/pep8_and_pylint_test.py	3
tests/guinea-pigs/pytest/pep8_test.py	3
tests/guinea-pigs/pytest/pylint_test.py	3
tests/guinea-pigs/pytest/runtime_error_test.py	4
tests/guinea-pigs/pytest/skip_test.py	4
tests/guinea-pigs/pytest/teardown_error_test.py	9
tests/guinea-pigs/pytest/test_rerun.py	5
tests/guinea-pigs/pytest/unittest_error_test.py	8
tests/guinea-pigs/pytest/xfail_test.py	7
tests/guinea-pigs/unittest/assert.py	6
tests/guinea-pigs/unittest/buffer_output.py	21
tests/guinea-pigs/unittest/discovery.py	5
tests/guinea-pigs/unittest/discovery/testsimple.py	4
tests/guinea-pigs/unittest/discovery_errors.py	5
tests/guinea-pigs/unittest/discovery_errors/testsimple.py	5
tests/guinea-pigs/unittest/docstring.py	6
tests/guinea-pigs/unittest/doctests.py	18
tests/guinea-pigs/unittest/expected_failure.py	11
tests/guinea-pigs/unittest/fail_fast.py	11
tests/guinea-pigs/unittest/fail_test.py	6
tests/guinea-pigs/unittest/keyboard_interrupt.py	6
tests/guinea-pigs/unittest/nested_suits.py	16
tests/guinea-pigs/unittest/setup_class_error.py	9
tests/guinea-pigs/unittest/setup_class_skip.py	20
tests/guinea-pigs/unittest/setup_error.py	8
tests/guinea-pigs/unittest/setup_module_error.py	8
tests/guinea-pigs/unittest/skip_test.py	14
tests/guinea-pigs/unittest/subtest_error.py	13
tests/guinea-pigs/unittest/subtest_failure.py	13
tests/guinea-pigs/unittest/subtest_mixed_failure.py	14
tests/guinea-pigs/unittest/subtest_named.py	12
tests/guinea-pigs/unittest/subtest_nested.py	12
tests/guinea-pigs/unittest/subtest_ok.py	12
tests/guinea-pigs/unittest/subtest_skip.py	13
tests/guinea-pigs/unittest/teardown_class_error.py	9
tests/guinea-pigs/unittest/teardown_error.py	8
tests/guinea-pigs/unittest/teardown_module_error.py	8
tests/guinea-pigs/unittest/test_changes_name.py	10
tests/guinea-pigs/unittest/twisted_trial/__init__.py	1
tests/guinea-pigs/unittest/twisted_trial/test_case.py	6
tests/guinea-pigs/unittest/twisted_trial/test_exception.py	12
tests/guinea-pigs/unittest/unexpected_success.py	11
tests/integration-tests/__init__.py	1
tests/integration-tests/behave_statuses_test.py	19
tests/integration-tests/behave_test.py	231
tests/integration-tests/diff_test_tools.py	16
tests/integration-tests/django1_integration_test.py	28
tests/integration-tests/django2_integration_test.py	24
tests/integration-tests/flake8_test.py	49
tests/integration-tests/nose_integration_test.py	413
tests/integration-tests/pylint_integration_test.py	56
tests/integration-tests/pytest_integration_test.py	539
tests/integration-tests/service_messages.py	96
tests/integration-tests/test_util.py	30
tests/integration-tests/unittest_integration_test.py	501
tests/integration-tests/virtual_environments.py	74
tests/unit-tests-since-2.6/messages26_test.py	72
tests/unit-tests/messages_test.py	317
