Skip to content

Commit d776e06

Browse files
test: refactor tests module
1 parent 1012fd9 commit d776e06

19 files changed

Lines changed: 1125 additions & 3389 deletions

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ alias p := publish
33
alias s := serve
44

55
test OPTIONS="":
6-
./tests/test.sh {{ OPTIONS }}
6+
uv run pytest {{ OPTIONS }}
77

88
publish VERSION:
99
git checkout main

src/mkdocs_note/utils/cli/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
def get_plugin_config() -> MkDocsConfig:
1717
"""Get the plugin configuration.
18-
18+
1919
Returns:
2020
MkdocsNoteConfig: The plugin configuration
2121
"""

tests/core/README.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

tests/core/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)