mex.common.testing package¶
Submodules¶
mex.common.testing.joker module¶
- class mex.common.testing.joker.Joker¶
Bases:
object
Testing utility that pretends to be equal to anything.
Useful for tests that assert partially predictable dictionaries.
Example
assert value == {“predictable”: 42, “timestamp”: Joker()}
mex.common.testing.plugin module¶
Module contents¶
- class mex.common.testing.Joker¶
Bases:
object
Testing utility that pretends to be equal to anything.
Useful for tests that assert partially predictable dictionaries.
Example
assert value == {“predictable”: 42, “timestamp”: Joker()}