eric7/eric7_unittest.pyw@39405e6eba20
eric7/eric7_unittest.pyw
Mon, 16 May 2022 17:22:43 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 16 May 2022 17:22:43 +0200
- branch
- unittest
- changeset 9065
- 39405e6eba20
- parent 8881
-
54e42bc2437a
- permissions
- -rw-r--r--
Integrated the new testing widget into the eric IDE (compared to as a standalone app) and implemented the 'Show Source' functionality.
# -*- coding: utf-8 -*-
# Copyright (c) 2011 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module implementing the Windows entry point.
"""
from eric7_unittest import main
main()