mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
7 lines
198 B
Python
7 lines
198 B
Python
from wger.exercises.tests import *
|
|
from wger.manager.tests import *
|
|
from wger.weight.tests import *
|
|
from wger.nutrition.tests import *
|
|
from wger.config.tests import *
|
|
from wger.utils.tests import *
|