mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
add testing data constants
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
from enum import Enum
|
||||
from pathlib import Path
|
||||
|
||||
TESTS_ROOT_DIR = Path(__file__).parent
|
||||
WINDOWS_TESTS_DATA_DIR = TESTS_ROOT_DIR / "plugins" / "windows" / "test_data"
|
||||
|
||||
|
||||
class Sample:
|
||||
|
||||
Reference in New Issue
Block a user