Spaces:
Runtime error
Runtime error
modifica documentazione test fittizi
Browse files
MLOps_project/CI/test_ci.py
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
class test_class :
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
def test_1(self) :
|
| 4 |
x=1
|
|
|
|
| 1 |
class test_class :
|
| 2 |
+
""""
|
| 3 |
+
test fittizi per pipeline CI
|
| 4 |
+
"""
|
| 5 |
|
| 6 |
def test_1(self) :
|
| 7 |
x=1
|