backing up
[vsorcdistro/.git] / ryu / build / lib.linux-armv7l-2.7 / ryu / tests / unit / sample / test_sample2.py
1 # vim: tabstop=4 shiftwidth=4 softtabstop=4
2
3 import unittest
4 from nose.tools import ok_, eq_
5 # from ryu.app.simple_switch import SimpleSwitch
6
7
8 class TestSample2(unittest.TestCase):
9
10     def testS2Func1(self):
11         ok_(True)
12
13     def testS2Func2(self):
14         ok_(True)