SMS-Tools
SMS-Tools copied to clipboard
missing file used in runalltests.py
When I run runalltests.py, I get this output :
./runalltests.py ..test_parse_all_real_files() can't run, REAL_TEST_FILES_DIR does not exist. ..built handles table with 2, chat with 2, chat_handle_join with 2 entries built messages table with 3 entries processed 2 entries, 2 convos, (0 entries/sec) finished in 0.00315690040588 seconds (average 949/second)
..
Ran 7 tests in 0.091s
OK
When I read smstools/core_tests.py it appears that REAL_TEST_FILES_DIR is defined to "/Users/timo/Downloads/testing_smstools/test_files/" and so it can not be read.
I think this file should be included into SMSTools package or a part of unit test can be deleted.
Just experienced the same.