Spaces:
Runtime error
Runtime error
creazione test ci fittizi
Browse files
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
|