metrik/test/targets/test_noop.py

10 lines
180 B
Python
Raw Normal View History

2016-08-19 22:02:19 -04:00
from unittest import TestCase
from metrik.targets.noop import NoOpTarget
class NoOpTest(TestCase):
def test_sanity(self):
t = NoOpTarget()
assert t.exists()