6 lines
66 B
Python
6 lines
66 B
Python
from __future__ import unicode_literals
|
|
|
|
import nose
|
|
|
|
nose.main()
|