Skip to content

Commit

Permalink
Move tests to archive/classic_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
66Ton99 committed Jan 27, 2025
1 parent e5f9234 commit 26e89db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import shutil
import unittest

from interpreter.core.computer.terminal.languages.php import Php
from archive.classic_interpreter.core.computer.terminal.languages.php import Php


class TestPhp(unittest.TestCase):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from interpreter.core.computer.terminal.languages.shell import Shell
from archive.classic_interpreter.core.computer.terminal.languages.shell import Shell


class TestShell(unittest.TestCase):
Expand Down

0 comments on commit 26e89db

Please sign in to comment.