Snake case

main
Bob Mottram 2022-01-02 19:57:50 +00:00
parent d57c7eb6f2
commit 2fde07c202
2 changed files with 1323 additions and 1312 deletions

2632
inbox.py

File diff suppressed because it is too large Load Diff

View File

@ -6329,6 +6329,9 @@ def run_all_tests():
_test_config_param_names() _test_config_param_names()
_test_post_field_names('daemon.py', ['fields', 'actor_json']) _test_post_field_names('daemon.py', ['fields', 'actor_json'])
_test_post_field_names('theme.py', ['config_json']) _test_post_field_names('theme.py', ['config_json'])
_test_post_field_names('inbox.py',
['queue_json', 'post_json_object',
'message_json', 'liked_post_json'])
_test_checkbox_names() _test_checkbox_names()
_test_functions() _test_functions()
_test_get_actor_from_in_reply_to() _test_get_actor_from_in_reply_to()