File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212from .. msticpy .sectools import base64unpack as b64
1313
1414
15- _test_data_folders = [d for d , _ , _ in os .walk (os .getcwd ()) if d .endswith ('\\ tests\\ testdata' )]
15+ _test_data_folders = [d for d , _ , _ in os .walk (os .getcwd ()) if d .endswith ('/ tests/ testdata' )]
1616if len (_test_data_folders ) == 1 :
1717 _TEST_DATA = _test_data_folders [0 ]
1818else :
19- _TEST_DATA = '.\\ tests\\ testdata'
19+ _TEST_DATA = './ tests/ testdata'
2020
2121
2222class TestB64Unpack (unittest .TestCase ):
Original file line number Diff line number Diff line change 1111import pandas as pd
1212from .. msticpy .sectools .vtlookup import VTLookup
1313
14- _test_data_folders = [d for d , _ , _ in os .walk (os .getcwd ()) if d .endswith ('\\ tests\\ testdata' )]
14+ _test_data_folders = [d for d , _ , _ in os .walk (os .getcwd ()) if d .endswith ('/ tests/ testdata' )]
1515if len (_test_data_folders ) == 1 :
1616 _TEST_DATA = _test_data_folders [0 ]
1717else :
18- _TEST_DATA = '.\\ tests\\ testdata'
18+ _TEST_DATA = './ tests/ testdata'
1919
2020
2121class TestVTLookup (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments