diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-19 19:21:11 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-19 19:21:11 +0200 |
| commit | a3324b7e71ec48daab81981e7d85967a590d4f79 (patch) | |
| tree | def4a8d901d9a56047a0e63f5f3d93803c93ee87 /tests/file_test.py | |
| parent | bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1 (diff) | |
| download | git2hugo-a3324b7e71ec48daab81981e7d85967a590d4f79.tar.gz | |
g2h: Add utility script
Also move the sources into the more conventional src/g2h dir
Diffstat (limited to 'tests/file_test.py')
| -rw-r--r-- | tests/file_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_test.py b/tests/file_test.py index d1b40bd..92b888c 100644 --- a/tests/file_test.py +++ b/tests/file_test.py @@ -3,7 +3,7 @@ import pytest from unittest.mock import MagicMock, Mock -from g2h.file import generate_breadcrumbs, sanitize_file_name, tree_join +from src.g2h.file import generate_breadcrumbs, sanitize_file_name, tree_join def test_sanitize_not_necessary(): assert(sanitize_file_name('foo', None) == 'foo') |