Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ setUp
Method
setUp
aleph/tests/test_role_model.py:14–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
13
class
RoleModelTest(TestCase):
14
def
setUp(self):
15
super(RoleModelTest, self).setUp()
16
17
self.role = RoleFactory.create()
18
db.session.commit()
19
20
def
test_password(self):
21
password = self.fake.password()
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected