Attempt to pull workspace owner details from form
This commit is contained in:
5
tests/assert_util.py
Normal file
5
tests/assert_util.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def dict_contains(superset, subset):
|
||||
"""
|
||||
Returns True if dict a is a superset of dict b.
|
||||
"""
|
||||
return all(item in superset.items() for item in subset.items())
|
Reference in New Issue
Block a user