1
0
mirror of https://github.com/bspeice/metrik synced 2026-06-13 16:51:40 -04:00
Files
metrik/test/targets/test_noop.py
T
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()