tests : add some simple code to run a few tests

This commit is contained in:
2026-01-07 23:35:26 +01:00
parent 667c418f09
commit 2ae9c38627
2 changed files with 47 additions and 0 deletions

8
tests/runners.py Normal file
View File

@@ -0,0 +1,8 @@
# Copyright (C) 2026 Paul Retourné
# SPDX-License-Identifier: GPL-3.0-or-later
from unisync.synchroniser import Synchroniser
from unisync.paths import PathsManager
def unisync_test(synchroniser:Synchroniser, paths_manager:PathsManager):
print("Testing")