Skip to content

Commit

Permalink
Prepare for operators' tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Mar 1, 2017
1 parent 0d2b567 commit 491696e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/test_operators.py
Expand Up @@ -2,4 +2,17 @@
__date__ = "$Dec 08, 2016 16:20:14 GMT-0500$"


import doctest
import unittest

from kenjutsu import operators


# Load doctests from `operators`.
def load_tests(loader, tests, ignore):
#tests.addTests(doctest.DocTestSuite(operators))
return tests


class TestOperators(unittest.TestCase):
pass

0 comments on commit 491696e

Please sign in to comment.