From 1e82777fdbf94a6a21689bda62d87db0a2d55847 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Mar 2022 21:14:21 +0100 Subject: [PATCH] Extra test --- tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 53f197d1c..3d9d5f238 100644 --- a/tests.py +++ b/tests.py @@ -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()