mirror of
https://github.com/fraoustin/piwigotools.git
synced 2026-08-11 16:32:57 +00:00
init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Basic Test Case
|
||||
"""
|
||||
|
||||
import unittest
|
||||
|
||||
class BasicTestCase(unittest.TestCase):
|
||||
"""
|
||||
Class for Basic Test for piwigotools
|
||||
"""
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user