refact: rename bopytex to service

This commit is contained in:
2022-04-09 21:53:00 +02:00
parent 963348611a
commit e52b6eb064
3 changed files with 12 additions and 6 deletions

View File

@@ -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