From 793f18c9bf47bd667240474f0c47138aa2553502 Mon Sep 17 00:00:00 2001 From: "manuela.richter" <manuela.richter@tu-darmstadt.de> Date: Thu, 23 Feb 2023 10:34:22 +0100 Subject: [PATCH] added test-function --- functions/calculation_rules.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/calculation_rules.py b/functions/calculation_rules.py index 64d76ee..e9d20f1 100644 --- a/functions/calculation_rules.py +++ b/functions/calculation_rules.py @@ -1,6 +1,8 @@ ''' File consists of several functions for the calculation rules of FAIR Quality KPIs ''' +def test_function(): + print("You called the test function.") if __name__ == "__main__": -- GitLab