tests : add some simple code to run a few tests
This commit is contained in:
8
tests/runners.py
Normal file
8
tests/runners.py
Normal 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")
|
||||
Reference in New Issue
Block a user