Fix the test_cmd_lint_with_dirty_file test to use mocking instead of captured output

This commit is contained in:
Paul Gauthier (aider) 2024-07-29 16:45:21 -03:00
parent bb7465e05d
commit cf35c2db4e

View file

@ -3,6 +3,7 @@ import os
import shutil
import sys
import tempfile
import unittest
from io import StringIO
from pathlib import Path
from unittest import TestCase