Added manga-py source
This commit is contained in:
10
manga-py-stable_1.x/tests/gh_pages.py
Normal file
10
manga-py-stable_1.x/tests/gh_pages.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
class TestGhPages(unittest.TestCase):
|
||||
def test_make(self):
|
||||
from helpers.gh_pages import main
|
||||
main()
|
||||
Reference in New Issue
Block a user