Skip to content

Commit 3a4f578

Browse files
committed
remove machine specific lines
1 parent c38a257 commit 3a4f578

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/test_transcrypt.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
"""
2+
This file provides a Python wrapper around the transcrypt API for the purpose
3+
of testing.
4+
25
Requirements:
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():
496495
if __name__ == '__main__':
497496
"""
498497
CommandLine:
499-
python ~/code/transcrypt/tests/test_transcrypt.py
498+
python tests/test_transcrypt.py
500499
"""
501500
test_configuration_grid()

0 commit comments

Comments
 (0)