Files
django-dav-events/tests/__main__.py
heinzel 8610e2a557
All checks were successful
buildbot/tox Build done.
BIG UPD: migrate to python 3.10 and django 3.2
2022-06-07 16:07:08 +02:00

6 lines
91 B
Python

# -*- coding: utf-8 -*-
from test_suite import main
if __name__ == '__main__':
main()