()
| 98 | |
| 99 | |
| 100 | def test(): |
| 101 | |
| 102 | with sessionMaker.session_scope() as session: |
| 103 | |
| 104 | project = Project.get_by_string_id( |
| 105 | session, |
| 106 | "patternantelope") |
| 107 | |
| 108 | test = Test(session, |
| 109 | project=project) |
| 110 | test.mock_decryption() |
| 111 | |
| 112 | |
| 113 | test() |
no test coverage detected