6 lines
83 B
Python
6 lines
83 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
import nose
|
|
|
|
nose.main()
|