NOJIRA refactored repo into orderrepo

This commit is contained in:
2021-09-22 15:34:07 +02:00
parent 1f0353c6f5
commit 95e744de30
6 changed files with 67 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
import unittest
from main import anonymize_name
from order_repository import anonymize_name
class TestMain(unittest.TestCase):