1
0
mirror of https://github.com/bspeice/metrik synced 2024-09-28 13:41:31 -04:00
metrik/test/targets/test_noop.py
2016-08-19 22:02:19 -04:00

10 lines
180 B
Python

from unittest import TestCase
from metrik.targets.noop import NoOpTarget
class NoOpTest(TestCase):
def test_sanity(self):
t = NoOpTarget()
assert t.exists()