lol
This commit is contained in:
@ -1,6 +1,15 @@
|
||||
__author__ = 'sidya'
|
||||
"""
|
||||
Test Module m/Service
|
||||
"""
|
||||
from src.m.Abonnement import Client, TypeAbonnement
|
||||
from src.m.Parking import Placement
|
||||
|
||||
from src.m.Service import Service, TypeService
|
||||
|
||||
## Test des Service
|
||||
class TestService:
|
||||
## Test instanciation
|
||||
def TestService(self):
|
||||
pass
|
||||
pass
|
||||
#c = Client(None,"Jean","Paul","1225233",TypeAbonnement.ABONNE)
|
||||
#Service(None,c ,Placement(),TypeService.ENTRETIEN)
|
Reference in New Issue
Block a user