remove test example, see test_dnstools for an example

This commit is contained in:
Thomas Waldmann 2013-09-28 17:29:02 +02:00
parent 8a52f03e6d
commit 2fdbc151c2

View File

@ -1,11 +0,0 @@
"""
Tests for xxx module.
"""
class Tests(object):
def test_basic_addition(self):
"""
Tests that 1 + 1 always equals 2.
"""
assert 1 + 1 == 2