diff --git a/tests/test_scaler.py b/tests/test_scaler.py new file mode 100644 index 0000000..d0c96ee --- /dev/null +++ b/tests/test_scaler.py @@ -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() \ No newline at end of file