~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-16 22:06:22 UTC
  • mto: This revision was merged to the branch mainline in revision 3557.
  • Revision ID: john@arbash-meinel.com-20080716220622-m6zsz00j08co7l5g
Start working on an extension specifically for win32,
This will wrap the win32 FindFile code into nice objects for higher levels.
Mostly, I'm cribbing the code from other places like posixmodule.c
I'm doing it in Pyrex, though, so I get a couple conveniences, like
not having to watch all of my allocations, etc.
I might *want* to do that for performance before all is said and done,
but for now, get it working.

ATM, it just iterates, but doesn't actually work out any data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2798
2798
                   'bzrlib.tests.test_versionedfile',
2799
2799
                   'bzrlib.tests.test_version',
2800
2800
                   'bzrlib.tests.test_version_info',
 
2801
                   'bzrlib.tests.test__walkdirs_win32',
2801
2802
                   'bzrlib.tests.test_weave',
2802
2803
                   'bzrlib.tests.test_whitebox',
2803
2804
                   'bzrlib.tests.test_win32utils',