File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11"""
2+ This file provides a Python wrapper around the transcrypt API for the purpose
3+ of testing.
4+
25Requirements:
36 pip install ubelt
47 pip install gpg_lite
@@ -19,8 +22,6 @@ class Transcrypt(ub.NiceRepr):
1922 A Python wrapper around the Transcrypt API
2023
2124 Example:
22- >>> import sys, ubelt
23- >>> sys.path.append(ubelt.expandpath('~/code/transcrypt/tests'))
2425 >>> from test_transcrypt import * # NOQA
2526 >>> sandbox = DemoSandbox(verbose=1, dpath='special:cache').setup()
2627 >>> config = {'digest': 'sha256',
@@ -459,8 +460,6 @@ def test_configuration_grid():
459460 xdoctest -m tests/test_transcrypt.py test_configuration_grid
460461
461462 Example:
462- >>> import sys, ubelt
463- >>> sys.path.append(ubelt.expandpath('~/code/transcrypt/tests'))
464463 >>> from test_transcrypt import * # NOQA
465464 >>> self = TestCases()
466465 >>> self.setup()
@@ -496,6 +495,6 @@ def test_configuration_grid():
496495if __name__ == '__main__' :
497496 """
498497 CommandLine:
499- python ~/code/transcrypt/ tests/test_transcrypt.py
498+ python tests/test_transcrypt.py
500499 """
501500 test_configuration_grid ()
You can’t perform that action at this time.
0 commit comments