~bzr-pqm/bzr/bzr.dev

  • Committer: v.ladeuil+lp at free
  • Date: 2006-12-11 13:24:55 UTC
  • mto: (2182.1.1 Aaron's integration)
  • Revision ID: v.ladeuil+lp@free.fr-20061211132455-e8k81db8ktfwvrlz
Tests for proxies, covering  #74759.

* bzrlib/transport/http/_urllib2_wrappers.py:
(ProxyHandler.proxy_bypass): Matches against the modified regexp,
not the original domain.

* bzrlib/tests/test_http.py:
(TestProxyHttpServer, TestProxyHttpServer_urllib,
TestProxyHttpServer_pycurl): New classes for proxy tests.

* bzrlib/tests/HttpServer.py:
(HttpServer._http_start): Give access to the port used by the
server socket.
(HttpServer.setUp, HttpServer.tearDown): Handles the 'no_proxy'
env var too.

* bzrlib/tests/HTTPTestUtil.py:
(TestCaseWithTwoWebservers): New class for tests needing two
related web servers.
(FakeProxyRequestHandler): New class to fake a proxy http server.
Filename Latest Rev Last Changed Committer Comment Size
..
blackbox 1185.31.15 18 years ago John Arbash Meinel Refactoring blackbox tests into a package, rather Diff
branch_implementations 1534.4.23 18 years ago Robert Collins Move branch implementations tests into a package. Diff
bzrdir_implementations 1534.4.39 18 years ago Robert Collins Basic BzrDir support. Diff
interrepository_implementations 1534.1.29 18 years ago Robert Collins Add a test environment for InterRepository objects Diff
intertree_implementations 1852.8.3 18 years ago Robert Collins Implement an InterTreeTestProvider and a trivial t Diff
interversionedfile_implementations 1563.2.12 18 years ago Robert Collins Checkpointing: created InterObject to factor out c Diff
repository_implementations 1534.4.40 18 years ago Robert Collins Add RepositoryFormats and allow bzrdir.open or cre Diff
revisionstore_implementations 1563.2.21 18 years ago Robert Collins Smoke test for RevisionStore factories creating re Diff
test_patches_data 1731.1.17 18 years ago Aaron Bentley Merge bzr.dev Diff
tree_implementations 1852.6.1 18 years ago Robert Collins Start tree implementation tests. Diff
workingtree_implementations 1534.4.46 18 years ago Robert Collins Nearly complete .bzr/checkout splitout. Diff
__init__.py 2145.1.1 17 years ago mbp at sourcefrog merge urllib keepalive etc 70.4 KB Diff Download File
EncodingAdapter.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 5.1 KB Diff Download File
HttpServer.py 2167.3.5 17 years ago v.ladeuil+lp at free Tests for proxies, covering #74759. * bzrlib/tra 12.8 KB Diff Download File
HTTPTestUtil.py 2167.3.5 17 years ago v.ladeuil+lp at free Tests for proxies, covering #74759. * bzrlib/tra 8.3 KB Diff Download File
lock_helpers.py 1711.8.7 18 years ago John Arbash Meinel Renaming LockHelpers.py to lock_helpers.py 2.8 KB Diff Download File
stub_sftp.py 1963.2.7 18 years ago Robey Pointer merge from bzr.dev 7.8 KB Diff Download File
test_ancestry.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 2.2 KB Diff Download File
test_api.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.3 KB Diff Download File
test_atomicfile.py 1982.1.1 18 years ago Alexander Belchenko Explicitly skip tests with file attribute manipula 4.6 KB Diff Download File
test_bad_files.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3 KB Diff Download File
test_branch.py 1986.1.3 18 years ago Robert Collins Merge bzr.dev. 6.3 KB Diff Download File
test_bundle.py 2067.3.3 18 years ago Martin Pool merge bzr.dev and reconcile several changes, also 38.4 KB Diff Download File
test_bzrdir.py 2004.1.31 18 years ago v.ladeuil+lp at free Merge bzr.dev 26.4 KB Diff Download File
test_cache_utf8.py 1911.2.5 18 years ago John Arbash Meinel Update cache tests, add a function to do something 3 KB Diff Download File
test_command.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2 KB Diff Download File
test_commit.py 2149.1.4 17 years ago Aaron Bentley Add additional test that callback is called with a 23.6 KB Diff Download File
test_commit_merge.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 3.8 KB Diff Download File
test_config.py 2120.5.4 17 years ago Alexander Belchenko Whitebox test for Config.get_nickname (req. by Aar 34.2 KB Diff Download File
test_conflicts.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 4 KB Diff Download File
test_decorators.py 1887.1.1 18 years ago Adeodato Simó Do not separate paragraphs in the copyright statem 1.4 KB Diff Download File
test_diff.py 2138.1.1 17 years ago Wouter van Heyst Robuster external diff output handling. 26.9 KB Diff Download File
test_doc_generate.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.2 KB Diff Download File
test_errors.py 2116.3.2 17 years ago John Arbash Meinel [merge] bzr.dev 2129 9.3 KB Diff Download File
test_escaped_store.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 4.3 KB Diff Download File
test_fetch.py 2004.1.41 17 years ago v.ladeuil+lp at free Merge bzr.dev 12.8 KB Diff Download File
test_ftp_transport.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 1.1 KB Diff Download File
test_generate_ids.py 2116.4.1 18 years ago John Arbash Meinel Update file and revision id generators. Move id ge 5.7 KB Diff Download File
test_gpg.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.2 KB Diff Download File
test_graph.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.9 KB Diff Download File
test_hashcache.py 2012.1.7 18 years ago Aaron Bentley Get tree._iter_changed down to ~ 1 stat per file 7.2 KB Diff Download File
test_http.py 2167.3.5 17 years ago v.ladeuil+lp at free Tests for proxies, covering #74759. * bzrlib/tra 24.2 KB Diff Download File
test_http_response.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 24.4 KB Diff Download File
test_identitymap.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.7 KB Diff Download File
test_ignores.py 2104.1.2 18 years ago John Arbash Meinel (Kent Gibson) Fix bug #4559, strip trailing slashe 5.2 KB Diff Download File
test_inv.py 2091.3.1 18 years ago Aaron Bentley When 'directory' path element isn't a directory, r 23.5 KB Diff Download File
test_knit.py 2151.1.1 17 years ago John Arbash Meinel (Dmitry Vasiliev) Tune KnitContent and add tests 27.9 KB Diff Download File
test_lazy_import.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 39.1 KB Diff Download File
test_lazy_regex.py 2052.3.4 18 years ago John Arbash Meinel [merge] bzr.dev 4.6 KB Diff Download File
test_lockable_files.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 6.8 KB Diff Download File
test_lockdir.py 2055.2.1 18 years ago John Arbash Meinel Make LockDir less sensitive to invalid configurati 21.6 KB Diff Download File
test_log.py 2120.4.1 18 years ago James Westby Delete duplicate test_cur_revno test. 14.9 KB Diff Download File
test_memorytree.py 1731.1.64 18 years ago Aaron Bentley Fix up more memorytree tests 6.2 KB Diff Download File
test_merge.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 6.9 KB Diff Download File
test_merge3.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 12.6 KB Diff Download File
test_merge_core.py 2116.4.1 18 years ago John Arbash Meinel Update file and revision id generators. Move id ge 26.9 KB Diff Download File
test_missing.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.3 KB Diff Download File
test_msgeditor.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 5.7 KB Diff Download File
test_nonascii.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 6.8 KB Diff Download File
test_options.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 4.6 KB Diff Download File
test_osutils.py 2112 18 years ago Canonical.com Patch Queue Manager (mbp) #45205 fix errors when running under python 24.4 KB Diff Download File
test_patch.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1 KB Diff Download File
test_patches.py 2052.3.3 18 years ago John Arbash Meinel Add (c) Canonical to files that Aaron has approved 6.9 KB Diff Download File
test_permissions.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.5 KB Diff Download File
test_plugins.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 7.5 KB Diff Download File
test_progress.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.6 KB Diff Download File
test_read_bundle.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.3 KB Diff Download File
test_reconcile.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.9 KB Diff Download File
test_registry.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 10.1 KB Diff Download File
test_repository.py 2004.1.25 18 years ago v.ladeuil+lp at free Shuffle http related test code. Hopefully it ends 19.4 KB Diff Download File
test_revert.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.3 KB Diff Download File
test_revision.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 12.5 KB Diff Download File
test_revisionnamespaces.py 2084 18 years ago Canonical.com Patch Queue Manager (Robert Collins) Output dotted decimal revision nu 16.4 KB Diff Download File
test_revisiontree.py 1731.1.59 18 years ago Aaron Bentley Ensure the null revision has no root 2.3 KB Diff Download File
test_rio.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.1 KB Diff Download File
test_sampler.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.3 KB Diff Download File
test_selftest.py 2004.1.41 17 years ago v.ladeuil+lp at free Merge bzr.dev 42.2 KB Diff Download File
test_setup.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 3.3 KB Diff Download File
test_sftp_transport.py 2004.1.41 17 years ago v.ladeuil+lp at free Merge bzr.dev 18.1 KB Diff Download File
test_smart_add.py 1731.1.48 18 years ago Aaron Bentley Merge from bzr.dev 17.5 KB Diff Download File
test_smart_transport.py 2145.1.1 17 years ago mbp at sourcefrog merge urllib keepalive etc 66 KB Diff Download File
test_source.py 2120.2.1 18 years ago John Arbash Meinel Remove tabs from source files, and add a test to k 10.1 KB Diff Download File
test_status.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 2.1 KB Diff Download File
test_store.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 16.9 KB Diff Download File
test_symbol_versioning.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 7 KB Diff Download File
test_testament.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 14.6 KB Diff Download File
test_textfile.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.7 KB Diff Download File
test_textmerge.py 1185.81.31 18 years ago Aaron Bentley Use patience for two-way merge 1.8 KB Diff Download File
test_trace.py 1551.9.3 17 years ago Aaron Bentley Revert buggy apport changes 4.5 KB Diff Download File
test_transactions.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 12.1 KB Diff Download File
test_transform.py 2116.4.1 18 years ago John Arbash Meinel Update file and revision id generators. Move id ge 44.5 KB Diff Download File
test_transport.py 2156.2.1 17 years ago v.ladeuil+lp at free Make the tests windows compatible. * bzrlib/tests 21.3 KB Diff Download File
test_transport_implementations.py 2145.1.1 17 years ago mbp at sourcefrog merge urllib keepalive etc 51.6 KB Diff Download File
test_tree.py 2052.3.6 18 years ago John Arbash Meinel [merge] bzr.dev 2078 4.7 KB Diff Download File
test_treebuilder.py 1986.1.9 18 years ago Robert Collins Update to the TreeBuilder tests. 3.2 KB Diff Download File
test_tsort.py 2084 18 years ago Canonical.com Patch Queue Manager (Robert Collins) Output dotted decimal revision nu 14.7 KB Diff Download File
test_tuned_gzip.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.9 KB Diff Download File
test_ui.py 2067.3.3 18 years ago Martin Pool merge bzr.dev and reconcile several changes, also 8.2 KB Diff Download File
test_upgrade.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 17.7 KB Diff Download File
test_urlutils.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 21.7 KB Diff Download File
test_version.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 1.5 KB Diff Download File
test_version_info.py 1731.1.51 18 years ago Aaron Bentley Merge bzr.dev 8.8 KB Diff Download File
test_versionedfile.py 2150.2.1 17 years ago Robert Collins Correctly decode utf8 revision ids from knits when 47.2 KB Diff Download File
test_weave.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 27.7 KB Diff Download File
test_whitebox.py 2052.3.4 18 years ago John Arbash Meinel [merge] bzr.dev 2.7 KB Diff Download File
test_workingtree.py 2116.4.1 18 years ago John Arbash Meinel Update file and revision id generators. Move id ge 14.9 KB Diff Download File
test_wsgi.py 2018.4.11 18 years ago Andrew Bennetts Use ChrootTransportDecorator so that the WSGI serv 9.8 KB Diff Download File
test_xml.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 10.7 KB Diff Download File
TestUtil.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 3.6 KB Diff Download File
treeshape.py 2052.3.2 18 years ago John Arbash Meinel Change Copyright .. by Canonical to Copyright ... 2.6 KB Diff Download File