OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17200
/
usr
/
lib
/
python3
/
dist-packages
/
probert
/
tests
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 07:58:21 PM
rwxr-xr-x
📄
__init__.py
0 bytes
07/27/2016 11:12:20 AM
rw-r--r--
📁
__pycache__
-
02/18/2024 07:58:21 PM
rwxr-xr-x
📁
data
-
02/18/2024 07:58:21 PM
rwxr-xr-x
📄
fakes.py
213 bytes
07/27/2016 11:12:20 AM
rw-r--r--
📄
test_network.py
3.93 KB
07/27/2016 11:12:20 AM
rw-r--r--
📄
test_prober.py
1.92 KB
07/27/2016 11:12:20 AM
rw-r--r--
📄
test_storage.py
4.21 KB
07/27/2016 11:12:20 AM
rw-r--r--
📄
test_utils.py
1.2 KB
11/21/2016 01:30:02 AM
rw-r--r--
Editing: fakes.py
Close
import os import yaml TOP_DIR = os.path.join('/'.join(__file__.split('/')[:-3])) TEST_DATA = os.path.join(TOP_DIR, 'probert', 'tests', 'data') FAKE_PROBE_ALL_JSON = os.path.join(TEST_DATA, 'fake_probe_all.json')