Skip to content

Commit 7b33fc3

Browse files
committed
docs: document allow_non_static_methods in README and add test coverage
1 parent 7fb6fa2 commit 7b33fc3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ The following parameters will only be applied to decorators defined after `set_d
149149
* `pickle_reload`
150150
* `separate_files`
151151
* `entry_size_limit`
152+
* `allow_non_static_methods`
152153

153154
These parameters can be changed at any time and they will apply to all decorators:
154155

tests/test_core_lookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
def test_get_default_params():
99
params = get_global_params()
1010
assert sorted(vars(params).keys()) == [
11+
"allow_non_static_methods",
1112
"allow_none",
1213
"backend",
1314
"cache_dir",

0 commit comments

Comments
 (0)