Skip to content

Commit

Permalink
moove back test converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajiio authored Sep 29, 2022
1 parent 61116ce commit 03c563d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_converter.py → test_converter.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from unittest import TestCase
import sys
sys.path.append('/tp2_git/src/converter_package_Bajiio/')

from converter import dec_to_bin, bin_to_dec
from src.converter_package_Bajiio.converter import dec_to_bin, bin_to_dec


class TestConverter(TestCase):
Expand Down

0 comments on commit 03c563d

Please sign in to comment.