Add: Test for filenotfounderror
This commit is contained in:
0
tests/unit/__init__.py
Normal file
0
tests/unit/__init__.py
Normal file
8
tests/unit/test_converter.py
Normal file
8
tests/unit/test_converter.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from ergogen_footprint_converter.converter import Converter
|
||||
|
||||
def test_convert():
|
||||
input = ""
|
||||
converter = Converter(input)
|
||||
res = converter.convert()
|
||||
|
||||
|
||||
4
tests/unit/test_parser.py
Normal file
4
tests/unit/test_parser.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from ergogen_footprint_converter.parser import Parser
|
||||
|
||||
def test_parser():
|
||||
None
|
||||
Reference in New Issue
Block a user