add template for test cases

This commit is contained in:
Hannes Signer 2025-03-27 14:52:32 +01:00
parent 5b520c368d
commit e21c7bede8

14
tests/test_scaler.py Normal file
View File

@ -0,0 +1,14 @@
# import unittest
# import os
# os.chdir("../src/")
# print(os.getcwd())
# from preprocessing import *
# class TestScaler(unittest.TestCase):
# def sample_test(self):
# self.assertEqual(1, 1)
# if __name__ == '__main__':
# unittest.main()