an errant slash was making unit tests unrunnable on windows
This commit is contained in:
parent
c1e3e85353
commit
21a42f5f33
2
test.py
2
test.py
|
@ -29,7 +29,7 @@ import unittest
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import paramiko
|
import paramiko
|
||||||
|
|
||||||
sys.path.append('tests/')
|
sys.path.append('tests')
|
||||||
|
|
||||||
from test_message import MessageTest
|
from test_message import MessageTest
|
||||||
from test_file import BufferedFileTest
|
from test_file import BufferedFileTest
|
||||||
|
|
Loading…
Reference in New Issue