4 Commits

Author SHA1 Message Date
David Vierra
3095eacaa3 Tests now import pymclevel modules relative to pymclevel. This removes the need to fiddle with PYTHONPATH, so run_tests.sh is removed. 2013-01-07 13:53:10 -10:00
David Vierra
adb6b7bb45 Test: Place temporary copies of testing files into their own subfolder.
Make sure temporary copies are removed on exit using atexit.register.
2012-10-29 16:14:30 -10:00
David Vierra
7c4296675a TempLevel raises an error when the file isn't found, and doesn't raise AttributeErrors during __del__() 2012-10-26 01:04:36 -10:00
David Vierra
7696ff9dfa Split up tests into separate files
Because they're in a subfolder, we need to add pymclevel's folder to PYTHONPATH when running tests. See run_tests.sh
2012-10-08 18:39:11 -10:00