(self)
| 221 | class TestBuildParameters(unittest.TestCase): |
| 222 | |
| 223 | def _make_uid_bytes(self): |
| 224 | import base64 |
| 225 | return base64.urlsafe_b64decode('AAAAAAAAAAAAAAAAAAAAAA==') |
| 226 | |
| 227 | def test_basic_fields_populated(self): |
| 228 | opts = PamWorkflowOptions.load({ |
no outgoing calls
no test coverage detected