Spaces:
Runtime error
Runtime error
fix import test 4
Browse files
.github/workflows/test_ci.yml
CHANGED
|
@@ -35,6 +35,6 @@ jobs:
|
|
| 35 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
| 36 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
| 37 |
- name: Test with pytest
|
| 38 |
-
working-directory: "MLOps_project
|
| 39 |
run: |
|
| 40 |
pytest
|
|
|
|
| 35 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
| 36 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
| 37 |
- name: Test with pytest
|
| 38 |
+
working-directory: "MLOps_project"
|
| 39 |
run: |
|
| 40 |
pytest
|
MLOps_project/CI/test_ci.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from
|
| 2 |
|
| 3 |
class TestClass :
|
| 4 |
"""
|
|
|
|
| 1 |
+
from modello import *
|
| 2 |
|
| 3 |
class TestClass :
|
| 4 |
"""
|