source:
utilitiespy/test/listener/DefaultListenableTest.py
Last change on this file was 223, checked in by , 4 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | import unittest |
2 | from tudelft.utilities.listener.DefaultListenable import DefaultListenable |
3 | |
4 | class DefaultListenableTest(unittest.TestCase): |
5 | |
6 | def test_smoke(self): |
7 | pass |
Note:
See TracBrowser
for help on using the repository browser.