icalevents/test.py

9 wiersze
164 B
Python
Czysty Zwykły widok Historia

#!/usr/bin/env python3
2017-07-19 12:16:01 +00:00
import unittest
from test.test_icaldownload import *
from test.test_icalparser import *
2017-07-20 07:04:05 +00:00
from test.test_icalevents import *
2017-07-19 12:16:01 +00:00
unittest.main()