~beopup/motif-finder/parallel

« back to all changes in this revision

Viewing changes to tests/test_dfa.py

  • Committer: Jonathan Grochowski
  • Date: 2011-06-06 23:05:09 UTC
  • Revision ID: grochows@lclark.edu-20110606230509-81znpxrpy6p8tubo
Stubbed unittest skeletons. All unittests can be run with 'python -m unittest discover from the top-level code directory. Use nose for more fine grained control over tests and to run tests from within the test directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import unittest
 
2
import dfa
 
3
 
 
4
class DFATest(unittest.TestCase):
 
5
    pass