refact: rename bopytex to service
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from bopytex.bopytex import build_subject_list_from_infos, build_subject_list_from_qty
|
||||
from bopytex.service import build_subject_list_from_infos, build_subject_list_from_qty
|
||||
|
||||
|
||||
def test_build_subject_list_from_qty():
|
||||
@@ -28,5 +28,6 @@ def test_build_subject_list_from_infos():
|
||||
{"name": "test2", "date": "tomorow", "number": "2"},
|
||||
]
|
||||
|
||||
|
||||
def test_bopytex():
|
||||
pass
|
||||
Reference in New Issue
Block a user