miasm
Reverse engineering framework
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | get_sample (cls, sample_name) |
Public Member Functions inherited from utils.test.Test | |
def | __init__ (self, command_line, base_dir="", depends=None, products=None, tags=None, executable=None) |
def | __repr__ (self) |
def | __eq__ (self, test) |
Public Attributes | |
base_dir | |
Public Attributes inherited from utils.test.Test | |
command_line | |
base_dir | |
depends | |
products | |
tags | |
executable | |
Static Public Attributes | |
sample_dir = os.path.join("..", "samples") | |
Regression tests specificities: - @base_dir: test/@base_dir - @tags: TAGS["regression"]
def test_all.RegressionTest.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def test_all.RegressionTest.get_sample | ( | cls, | |
sample_name | |||
) |
test_all.RegressionTest.base_dir |
|
static |