Skip to content

Commit

Permalink
debug integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Deys Timofey committed Sep 22, 2023
1 parent d916042 commit f64125f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
python -m pip install flake8 mypy pytest
if [ -f requirements-test.txt ]; then pip install -r requirements-test.txt; fi
pip install .[tests]
- name: flake8
run: |
flake8 --count --show-source --statistics mlup tests examples
# - name: flake8
# run: |
# flake8 --count --show-source --statistics mlup tests examples
# - name: mypy
# run: |
# - mypy .
- name: Unit tests
run: |
pytest tests/unit_tests
# - name: Unit tests
# run: |
# pytest tests/unit_tests
- name: Integration tests
run: |
pytest tests/integration_tests
1 change: 1 addition & 0 deletions tests/integration_tests/test_jupyter_notebook.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pytest


# TODO:
@pytest.mark.parametrize(
'test_case',
[
Expand Down

0 comments on commit f64125f

Please sign in to comment.