Skip to content

Commit a879559

Browse files
authored
Improved task 1
1 parent c7d9d2f commit a879559

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/main/python/g0001_0100/s0001_two_sum/Solution_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import unittest
2-
import Solution
1+
import unittest
2+
from Solution import Solution
33

44
class TestSolution(unittest.TestCase):
55
def setUp(self):

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[testenv]
2+
deps =
3+
pytest
4+
commands =
5+
pytest

0 commit comments

Comments
 (0)