nodhcp/tests/pcap.py

12 lines
158 B
Python

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