Added manga-py source
This commit is contained in:
15
manga-py-stable_1.x/run_tests.py
Normal file
15
manga-py-stable_1.x/run_tests.py
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import unittest
|
||||
from os import path
|
||||
|
||||
from manga_py import fs
|
||||
from tests import *
|
||||
|
||||
root_path = path.join(path.dirname(path.realpath(__file__)), 'tests')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
fs.make_dirs(root_path + '/temp')
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user