mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-14 15:49:02 +00:00
Update tests, add tests structure for views
This commit is contained in:
18
tests/views/test_admin.py
Normal file
18
tests/views/test_admin.py
Normal file
@@ -0,0 +1,18 @@
|
||||
import unittest
|
||||
|
||||
from tests import NyaaTestCase
|
||||
|
||||
|
||||
class AdminTestCase(NyaaTestCase):
|
||||
""" Tests for nyaa.views.admin """
|
||||
@unittest.skip('Not yet implemented')
|
||||
def test_adminlog(self):
|
||||
pass
|
||||
|
||||
@unittest.skip('Not yet implemented')
|
||||
def test_reports(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user