Roboproch commited on
Commit
c165949
·
1 Parent(s): f30919d

creazione test ci fittizi

Browse files
Files changed (1) hide show
  1. MLOps_project/CI/test_ci.py +9 -0
MLOps_project/CI/test_ci.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ class test_class :
2
+
3
+ def test_1(self) :
4
+ x=1
5
+ assert x==1
6
+
7
+ def test_2(self) :
8
+ y=10
9
+ assert y>5