mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-19 07:15:36 -04:00
8 lines
140 B
Python
8 lines
140 B
Python
#!/usr/bin/env python
|
|
|
|
import nose
|
|
from tests import with_hg
|
|
|
|
if __name__ == '__main__':
|
|
nose.main(addplugins=[with_hg.WithHgPlugin()])
|