I have a package with some tests. The tests are not part of the package 
itself, so I have a laid out my files like this:


src/
    spam/
        __init__.py
        other-files.py
    test_spam.py


Some of the tests depend on external data files. Where should I put them? 
In the same directory as test_spam?



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to