Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-enable resource lookup policies #37

Merged
merged 5 commits into from
Mar 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated readme
nhakmiller committed Mar 26, 2020
commit a98aeab2f68f3cd81211bc0d6a345fc9c3cf0844
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -140,6 +140,8 @@ Tests:
Based: On the Schema
```

Note that unit testing currently does not support function mocks. We recommend not writing unit tests for functions that make network calls, as the behavior may be unexpected.

The requirements for the Policy body and specification files are listed below.

The Python body MUST:
@@ -204,6 +206,7 @@ Tests:
For: Our Log
Based: On the Schema
```
Note that unit testing currently does not support function mocks. We recommend not writing unit tests for functions that make network calls, as the behavior may be unexpected.

The requirements for the Rule body and specification files are listed below.