ericholscher / django-test-utils

Utilities for testing Django applications
http://django-test-utils.readthedocs.org/
MIT License
343 stars 69 forks source link

devnull problem on windows systems #7

Closed kerridge0 closed 14 years ago

kerridge0 commented 14 years ago

Hi thanks for this project. Please could you correct a little windows problem I'm having, basically /dev/null doesn't exist on windows but os.path.devnull will adapt to OS as necessary. could you change testmaker's init.py as follows:

line 89/90: logging.basicConfig(level=logging.CRITICAL, filename=path.devnull)

ericholscher commented 14 years ago

Thanks! fixed this.