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 60d3a41 commit 046cec9Copy full SHA for 046cec9
tests/test_util_filepath.py
@@ -80,7 +80,7 @@ def test_empty_file_raises_error(self):
80
81
class RemotePathTest(unittest.TestCase):
82
def setUp(self):
83
- vdebug.opts.Options.set({'path_maps':{'/remote1/':'/local1/', '/remote2/':'/local2/'}})
+ vdebug.opts.Options.set({'path_maps':{'remote1':'local1', 'remote2':'local2'}})
84
85
def test_as_local(self):
86
filename = "/remote1/path/to/file"
0 commit comments