MCPcopy Index your code
hub / github.com/geekcomputers/Python / setUp

Method setUp

BrowserHistory/tests/test_browser_history.py:11–13  ·  view source on GitHub ↗

Set up test cases

(self)

Source from the content-addressed store, hash-verified

9
10class TestBrowserHistory(unittest.TestCase):
11 def setUp(self):
12 """Set up test cases"""
13 self.browser = BrowserHistory("homepage.com")
14
15 def test_initialization(self):
16 """Test proper initialization of BrowserHistory"""

Callers

nothing calls this directly

Calls 1

BrowserHistoryClass · 0.90

Tested by

no test coverage detected