Sublime Forum

Run unittest in Sublime's Console

#1

I realize that Sublime’s Console is pretty much the Python 2.6 interpreter. Is there anyway I could run my test file, for example my_test.py, that uses unittest module for testing straigth from Sublime’s console?

Right now I have

app
|packages
| |
requests
| |_ init.py
|_subject.py
|_test_subject.py

0 Likes