Skip to content

Commit 1d3bd1f

Browse files
Daniel Holthdjc
authored andcommitted
Include loader tests in test suite
1 parent 9324ae4 commit 1d3bd1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

couchdb/tests/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
import unittest
1010

1111
from couchdb.tests import client, couch_tests, design, couchhttp, \
12-
multipart, mapping, view, package, tools
12+
multipart, mapping, view, package, tools, \
13+
loader
1314

1415

1516
def suite():
@@ -23,6 +24,7 @@ def suite():
2324
suite.addTest(couch_tests.suite())
2425
suite.addTest(package.suite())
2526
suite.addTest(tools.suite())
27+
suite.addTest(loader.suite())
2628
return suite
2729

2830

0 commit comments

Comments
 (0)