Skip to content

Commit 68ec63f

Browse files
committed
Fix UnitTesting
1 parent 033088d commit 68ec63f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package_control/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _install_injectors():
198198
199199
__file__ = __file_path
200200
__package__ = 'package_control'
201-
__path__ = []
201+
__path__ = [__pkg_path]
202202
__data = {}
203203
exec(__code, __data)
204204
globals().update(__data)

unittesting.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"tests_dir": "package_control/tests",
33
"pattern": "test*.py",
4+
"reload_package_on_testing": false,
45
"verbosity": 1
56
}

0 commit comments

Comments
 (0)