Skip to content

Commit

Permalink
Remove duplicate doctest runs for some modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Apr 14, 2015
1 parent c79290e commit 016b6e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/bridgedb/test/legacy_Tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from __future__ import print_function

import doctest
import os
import random
import sqlite3
Expand Down Expand Up @@ -653,13 +652,6 @@ def testSuite():
for klass in [IPBridgeDistTests, SQLStorageTests, EmailBridgeDistTests,
BridgeStabilityTests]:
suite.addTest(loader.loadTestsFromTestCase(klass))

for module in [ bridgedb.Bridges,
bridgedb.Main,
bridgedb.Dist,
bridgedb.schedule ]:
suite.addTest(doctest.DocTestSuite(module))

return suite

def main():
Expand Down

0 comments on commit 016b6e2

Please sign in to comment.