Basic test infrastructure:
1. Stubs for some tests 2. tox.ini file with environments list
This commit is contained in:
committed by
Ivan Kolodyazhny
parent
f548d1878b
commit
e9d2588809
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
12
tests/test_plugin.py
Normal file
12
tests/test_plugin.py
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
|
class TimerPlugin(unittest.TestCase):
|
||||||
|
def test_addOptions(self):
|
||||||
|
self.fail()
|
||||||
|
|
||||||
|
def test_format_report(self):
|
||||||
|
self.fail()
|
||||||
|
|
||||||
|
def test_timeTaken(self):
|
||||||
|
self.fail()
|
||||||
Reference in New Issue
Block a user