This website requires JavaScript.
Explore
Help
Register
Sign In
pk
/
atst
Watch
1
Star
0
Fork
0
You've already forked atst
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7c22922d6d7489cde4d7611086b75da0b4ba20ce
atst
/
tests
/
domain
/
cloud
History
tomdds
7c22922d6d
Create new AliasModel for CSP datalcasses, ignore credentials when converting to dictionary.This will allow all of our dataclasses to convert automatically between python style snake_case and the camelCase that the Azure APIs use. This also allows us to default to that behavior while specifying aliases for any fields as necessary.Additionally, any dataclass including the creds schema will have those creds removed from their dict representation. This can help keep creds out of logs as well as making the dataclasses more consumable for API usage.
2020-01-14 17:16:54 -05:00
..
reports
Better incorporate fixture data into reporting
2020-01-06 12:01:13 -05:00
__init__.py
Create cloud test dir
2019-10-02 16:00:43 -04:00
test_azure_csp.py
Create new AliasModel for CSP datalcasses, ignore credentials when converting to dictionary.This will allow all of our dataclasses to convert automatically between python style snake_case and the camelCase that the Azure APIs use. This also allows us to default to that behavior while specifying aliases for any fields as necessary.Additionally, any dataclass including the creds schema will have those creds removed from their dict representation. This can help keep creds out of logs as well as making the dataclasses more consumable for API usage.
2020-01-14 17:16:54 -05:00
test_mock_csp.py
Implement EnvironmentRoles.disable
2019-10-29 15:57:57 -04:00
test_policy.py
Basic implementation for a policy wrapper.
2019-12-20 10:34:12 -05:00