Skip to content

Commit

Permalink
reorganize the tests and sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfreund committed Apr 29, 2024
1 parent 2264661 commit d570c11
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions test/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion test/test_coverup_67.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# lines [426, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 439, 440, 442, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 455, 456, 457, 458, 459, 460, 461, 462, 464, 465]
# branches ['430->431', '430->432', '434->435', '434->439', '439->440', '439->442', '446->447', '446->459', '447->448', '447->450', '450->451', '450->456', '457->446', '457->458', '459->exit', '459->460']

from chatdbg.util.config import *
import pytest
from unittest.mock import Mock, MagicMock, patch
from chatdbg.chatdbg_pdb import ChatDBG, ChatDBGSuper


@pytest.fixture
def chat_dbg_instance(monkeypatch):
with patch("chatdbg.chatdbg_pdb.CaptureInput") as capture_input_mock:
Expand Down

0 comments on commit d570c11

Please sign in to comment.