Re: testing filesystem operations in Django

2007-10-27 Thread Tom Badran
You could also just use a loopback filesystem (essentially a fixed size file mounted as its own filesystem). Been years since i've used this, so cant give any specific help, but should be simper than ramdisks. Tom On 27/10/2007, Faheem Mitha <[EMAIL PROTECTED]> wrote: > > > > Hi, > > Here is a

testing filesystem operations in Django

2007-10-27 Thread Faheem Mitha
Hi, Here is a simple question about testing. I have a django file upload application which needs to operate on the filesystem as part of its functionality (create files/directories etc. under media root) I use Debian etch. So, I want a way to test filesystem operations, preferably without