We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033088d commit 68ec63fCopy full SHA for 68ec63f
2 files changed
package_control/bootstrap.py
@@ -198,7 +198,7 @@ def _install_injectors():
198
199
__file__ = __file_path
200
__package__ = 'package_control'
201
- __path__ = []
+ __path__ = [__pkg_path]
202
__data = {}
203
exec(__code, __data)
204
globals().update(__data)
unittesting.json
@@ -1,5 +1,6 @@
1
{
2
"tests_dir": "package_control/tests",
3
"pattern": "test*.py",
4
+ "reload_package_on_testing": false,
5
"verbosity": 1
6
}
0 commit comments