Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Mar 2, 2024
1 parent 523e668 commit 3cdafdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ _We use pytest to run tests._
4. Install dev dependencies:

```sh
poetry install --group dev
poetry install --with=dev
```

5. Install robusta_krr as editable dependency:
Expand Down
4 changes: 1 addition & 3 deletions tests/test_krr.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import pytest
from typer.testing import CliRunner

from robusta_krr.main import app, load_commands
from robusta_krr.main import app

runner = CliRunner(mix_stderr=False)
load_commands()

STRATEGY_NAME = "simple"


Expand Down

0 comments on commit 3cdafdf

Please sign in to comment.