mirror of
https://git.gfz-potsdam.de/naaice/model-training.git
synced 2025-12-16 03:08:22 +01:00
add template for test cases
This commit is contained in:
parent
5b520c368d
commit
e21c7bede8
14
tests/test_scaler.py
Normal file
14
tests/test_scaler.py
Normal 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()
|
||||||
Loading…
x
Reference in New Issue
Block a user