Skip to content

Commit

Permalink
yolo: Todo!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Sep 4, 2024
1 parent 2bf4a2f commit 94b7642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions tests/integrations/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Toto."""
9 changes: 4 additions & 5 deletions tests/integrations/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
from __future__ import annotations

import logging
import resource
from pathlib import Path
from typing import TYPE_CHECKING
from unittest.mock import patch

import pytest

from anta import logger
from anta.catalog import AntaCatalog
from anta.inventory import AntaInventory
from anta.result_manager import ResultManager
from anta.runner import adjust_rlimit_nofile, main, prepare_tests
from anta.runner import main

if TYPE_CHECKING:
from typing import Any, Callable

from anta.catalog import AntaCatalog
from anta.inventory import AntaInventory

DATA_DIR: Path = Path(__file__).parent.parent.resolve() / "data"


Expand Down

0 comments on commit 94b7642

Please sign in to comment.