MCPcopy
hub / github.com/yougov/mongo-connector / tearDownClass

Method tearDownClass

tests/test_synchronizer.py:58–62  ·  view source on GitHub ↗

Tears down connector

(cls)

Source from the content-addressed store, hash-verified

56
57 @classmethod
58 def tearDownClass(cls):
59 """ Tears down connector
60 """
61 cls.connector.join()
62 cls.repl_set.stop()
63
64 def setUp(self):
65 """ Clears the db

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected