mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added HTTP server and response
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import unittest
|
||||
import sys
|
||||
# sys.path.insert(1, '../')
|
||||
from lib.library import Catalogue
|
||||
Catalogue = Catalogue()
|
||||
|
||||
|
||||
class LibraryTest(unittest.TestCase):
|
||||
|
||||
def test_libray_catalogue(self):
|
||||
|
||||
Reference in New Issue
Block a user