moat-src 0.9.4__py3-none-any.whl → 0.9.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- moat/src/test.py +1 -2
- {moat_src-0.9.4.dist-info → moat_src-0.9.5.dist-info}/METADATA +1 -1
- {moat_src-0.9.4.dist-info → moat_src-0.9.5.dist-info}/RECORD +6 -6
- {moat_src-0.9.4.dist-info → moat_src-0.9.5.dist-info}/WHEEL +0 -0
- {moat_src-0.9.4.dist-info → moat_src-0.9.5.dist-info}/licenses/LICENSE.txt +0 -0
- {moat_src-0.9.4.dist-info → moat_src-0.9.5.dist-info}/top_level.txt +0 -0
moat/src/test.py
CHANGED
@@ -11,7 +11,7 @@ import sys
|
|
11
11
|
from contextlib import contextmanager
|
12
12
|
|
13
13
|
from asyncscope import main_scope, scope
|
14
|
-
from moat.util import OptCtx, attrdict, wrap_main # pylint:disable=no-name-in-module
|
14
|
+
from moat.util import OptCtx, attrdict, wrap_main, CFG # pylint:disable=no-name-in-module
|
15
15
|
|
16
16
|
logger = logging.getLogger(__name__)
|
17
17
|
|
@@ -19,7 +19,6 @@ logger = logging.getLogger(__name__)
|
|
19
19
|
async def run(*args, expect_exit=0, do_stdout=True):
|
20
20
|
"""Call a MoaT command handler"""
|
21
21
|
args = ("-c", "/dev/null", *args)
|
22
|
-
CFG = {} # load_cfg("moat")
|
23
22
|
|
24
23
|
if do_stdout:
|
25
24
|
CFG["_stdout"] = out = io.StringIO()
|
@@ -2,13 +2,13 @@ moat/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
moat/src/_cfg.yaml,sha256=bXRcamFBn1VCc7MhGBiWK5ciq4qw6iXyZzRJWvs_m0Q,35
|
3
3
|
moat/src/_main.py,sha256=H7bFpjHPHYjIoC8IYo2eFH33lH6kBlLgSX52oJGy7J4,35528
|
4
4
|
moat/src/inspect.py,sha256=rUU-FQyQoQP8LJCebbtdL6lgzz9KPH7KGSq11kD4nmU,1489
|
5
|
-
moat/src/test.py,sha256=
|
5
|
+
moat/src/test.py,sha256=R03YQqWLmgcW8KZQwrmjAsL5SyK4N1gjBlrOtfp6P5c,2159
|
6
6
|
moat/src/_templates/moat/__init__.py,sha256=ZBoFcXbv35djD599Vo_PKTqDjvQXYYXTcPUs5RcQZrs,101
|
7
7
|
moat/src/_templates/moat/_main.py,sha256=8gLupAmWb5T6wLkQYTi99V1nyaS8cAIccwxHet2ydFw,321
|
8
8
|
moat/src/_templates/packaging/pyproject.default.yaml,sha256=nHUa7dQhe8QpDH9Gbmjflf3BI3ECk2cuXArf0oPCgeg,2801
|
9
9
|
moat/src/_templates/packaging/pyproject.forced.yaml,sha256=djfcy3hgfoIgrn2pRrxDWTyN3EEsA1y5NhkzYrGjgNY,1427
|
10
|
-
moat_src-0.9.
|
11
|
-
moat_src-0.9.
|
12
|
-
moat_src-0.9.
|
13
|
-
moat_src-0.9.
|
14
|
-
moat_src-0.9.
|
10
|
+
moat_src-0.9.5.dist-info/licenses/LICENSE.txt,sha256=L5vKJLVOg5t0CEEPpW9-O_0vzbP0PEjEF06tLvnIDuk,541
|
11
|
+
moat_src-0.9.5.dist-info/METADATA,sha256=TfaQ1xsyNhFimo619lIsqpCCUr6gTF74gnug-LUi05M,733
|
12
|
+
moat_src-0.9.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
13
|
+
moat_src-0.9.5.dist-info/top_level.txt,sha256=pcs9fl5w5AB5GVi4SvBqIVmFrkRwQkVw_dEvW0Q0cSA,5
|
14
|
+
moat_src-0.9.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|