8 lines
238 B
Python
8 lines
238 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from . import test_hr_attendance_constraints
|
||
|
from . import test_hr_attendance_overtime
|
||
|
from . import test_hr_attendance_process
|
||
|
from . import test_hr_attendance_domain_translation
|
||
|
from . import test_load_scenario
|