remove stupid rules
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
"""Pytest configuration and fixtures."""
|
||||
|
||||
import pytest
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def mock_esc_env(tmp_path):
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""End-to-end tests for the materia CLI."""
|
||||
|
||||
from typer.testing import CliRunner
|
||||
|
||||
from materia.cli import app
|
||||
|
||||
runner = CliRunner()
|
||||
|
||||
Reference in New Issue
Block a user