File: test_patterns.py

package info (click to toggle)
python-renardo-lib 0.9.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,220 kB
  • sloc: python: 10,999; sh: 34; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import unittest

from renardo_lib import Patterns

class TestPatternMethods(unittest.TestCase):
    pass

if __name__ == "__main__":

    unittest.main()