Extra test

main
Bob Mottram 2022-03-29 21:14:21 +01:00
parent 3884e320d3
commit 1e82777fdb
1 changed files with 2 additions and 1 deletions

View File

@ -5354,6 +5354,7 @@ def _test_prepare_html_post_nick():
def _test_valid_hash_tag():
print('test_valid_hash_tag')
assert valid_hash_tag('blobcat_thisisfine')
assert valid_hash_tag('ThisIsValid')
assert valid_hash_tag('this_is_valid')
assert valid_hash_tag('ThisIsValid12345')
@ -6755,7 +6756,7 @@ def _test_bold_reading() -> None:
def run_all_tests():
base_dir = os.getcwd()
base_dir = os.getcwd()
print('Running tests...')
update_default_themes_list(os.getcwd())
_test_source_contains_no_tabs()