(self)
| 2977 | ) |
| 2978 | |
| 2979 | def test_int(self): |
| 2980 | self.run_test_cases("Int", RangeOpts(min=0, max=200, sparsity=1, trim_factor=1), int) |
| 2981 | |
| 2982 | |
| 2983 | # https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/tests/README.md#23-range-explicit-encryption-applies-defaults |
nothing calls this directly
no test coverage detected