Skip to content

Commit 52b0bc6

Browse files
committed
Move unit tests into separate directory
1 parent 1d44cc7 commit 52b0bc6

12 files changed

+1
-4
lines changed

.idea/ContextShell.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

tests/CommandInterpreterTests.py renamed to tests/unit/CommandInterpreterTests.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
import unittest
22
from unittest.mock import Mock, ANY, call
3-
from Fakes import FakeAction
43
from contextshell.CommandInterpreter import CommandInterpreter
5-
from contextshell.NodePath import NodePath
64
from contextshell.Command import Command
75

8-
from contextshell.TreeRoot import TreeRoot
9-
106

117
class FakeTreeRoot(Mock):
128
def __init__(self):
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.

0 commit comments

Comments
 (0)