reformat
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
__author__ = 'sidya'
|
||||
|
||||
from nose.tools import assert_equal
|
||||
|
||||
from src.m.Parking import Parking
|
||||
|
||||
|
||||
class TestParking:
|
||||
def recherchePlace(self):
|
||||
"""
|
||||
Test d'attribution des places
|
||||
"""
|
||||
p = Parking()
|
||||
assert_equal()
|
||||
|
||||
|
Reference in New Issue
Block a user