nodhcp/tests/pcap.py

12 lines
158 B
Python
Raw Normal View History

2014-11-03 18:53:30 +00:00
from nose.tools import *
import nodhcp.pcap
def setup():
print("SETUP!")
def teardown():
print("TEAR DOWN!")
def test_basic():
print("I RAN!")