Files
mangaDownloader/manga-py-stable_1.x/tests/gh_pages.py
2019-12-14 22:33:14 -05:00

11 lines
182 B
Python

#!/usr/bin/python3
# -*- coding: utf-8 -*-
import unittest
class TestGhPages(unittest.TestCase):
def test_make(self):
from helpers.gh_pages import main
main()