from nose.tools import * import nodhcp.pcap def setup(): print("SETUP!") def teardown(): print("TEAR DOWN!") def test_basic(): print("I RAN!")