lp:bzr-local-test-server

Created by Vincent Ladeuil and last modified
Get this branch:
bzr branch lp:bzr-local-test-server
Members of Bazaar Developers can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Bazaar Developers
Project:
bzr-local-test-server
Status:
Development

Recent revisions

70. By Vincent Ladeuil

Fix test failures on precise with bzr-2.6.

69. By Vincent Ladeuil

Relax test or it fails if the plugin is used via a symlink in .bazaar/plugins.

68. By Vincent Ladeuil

Upgrade to bzr-2.1.

* tests/test_test_server.py:
(TestTestServer.test_server_start_stop): Renamed to match the new
method names.

* test_server.py:
(LocalTestServer.start_server, LocalHTTPTestServer.start_server,
Muddleftpd.start_server): Renamed from setUp to comply with bzr
policy.
(LocalHTTPTestServer.stop_server, Muddleftpd.stop_server): Renamed
from tearDown to comply with bzr policy.

* commands.py:
(cmd_lts_start.run): Don't try to start a server that is not
installed.

67. By Vincent Ladeuil

Fix the doc a bit.

66. By Vincent Ladeuil

Catchup with bzr.dev.

* tests/test_test_server.py:
(load_tests): Catch up with bzr.dev new test parametrization
policy.

* tests/test_server.py:
(load_tests): Catch up with bzr.dev new test parametrization
policy.

* tests/test_config.py:
(load_tests): Catch up with bzr.dev new test parametrization
policy.

* test_server.py:
(get_test_permutations): Use ImportError not DependencyNotPresent.

65. By Vincent Ladeuil

Test suite passing for python-2.5 and 2.6.

* bin/pyftpdlib:
(BZRConformingFTPHandler): Tweak the server to comply with bzr
idiosyncrasies.

64. By Vincent Ladeuil

Fix typo.

* config.py:
(Config.__init__): Oops, use self.name, not name.

63. By Vincent Ladeuil

Add pyftpdlib support, not all bzr tests passing.

* tests/test_utils.py:
(full_scenarios): Add scenario for pyftpdlib.

* test_server.py:
(PyftpdlibFeature): New class.
(Muddleftpd.tearDown): Oops, forgot to delete the symlink.
(Pyftpdlib): Test server serving '/' for anonymous ftp.

* server.py:
(Server._start_by_spawning): Factored out from Vsftpd._start.
(Vsftpd._start): Simplified.
(Pyftpdlib): Spawn a pyftpdlib FTP server.

* configs/pyftpdlib.conf:
Rough configuration options.

* config.py:
(Pyftpdlib): New class.

* bin/pyftpdlib:
Wrapper to start a pyftpdlib FTP server.

62. By Vincent Ladeuil

Tweak required dirs definitions.

* config.py:
(Config.__init__): All 'work' sub-directories are define in the
same way. Use a tuple instead of a dict so that daughter classes
can add required dires more easily and force the name.

61. By Vincent Ladeuil

Cleanup.

* config.py:
(base_dir): Deleted, not used anymore.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers