~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Martin Pool
  • Date: 2006-02-10 04:38:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1611.
  • Revision ID: mbp@sourcefrog.net-20060210043835-158a13008b991b1c
Update BRANCH.TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# It should ALWAYS be empty in the mainline or in integration branches.
3
3
4
4
 
 
5
 * Should raise DependencyNotFound (sp?) when pycurl can't be loaded
 
6
 
 
7
 * Transport factory abstraction must detect when a transport's dependency
 
8
   isn't present
 
9
 
 
10
 * Add a transport for testing that always fails to load, and check that 
 
11
   the transport factory handles it properly
 
12
 
 
13
 * Send HTTP HEAD request for .has() method
 
14
 
5
15
 * Can the test framework try to prevent a particular module being overloaded
6
16
   by overriding the import hook while running a test?  Then we could test that 
7
17
   the correct fallback behaviour happens when e.g. pycurl isn't available.
 
18
 
 
19