diff options
| author | ajax <devnull@localhost> | 2014-10-17 23:06:12 +0200 |
|---|---|---|
| committer | ajax <devnull@localhost> | 2014-10-17 23:06:12 +0200 |
| commit | 473f60bbd719911e56865f87e5be1b98e6c96448 (patch) | |
| tree | 2028a8c8b4aeac5517ab1c2e50f852780e9b239c /test/utils/__init__.py | |
| parent | 4717e8f6295c46fbfc7e27cc750df7ccf7a599be (diff) | |
| download | miasm-473f60bbd719911e56865f87e5be1b98e6c96448.tar.gz miasm-473f60bbd719911e56865f87e5be1b98e6c96448.zip | |
Test/utils: Add utils for running tests
- cosmetics: display functions - monothread: callbacks for basic test run view - screendisplay: callbacks for enhanced test run view - test: describe a Test case - testset: describe a Test set and implement methods to run it
Diffstat (limited to 'test/utils/__init__.py')
| -rw-r--r-- | test/utils/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/__init__.py b/test/utils/__init__.py new file mode 100644 index 00000000..d34ce5f7 --- /dev/null +++ b/test/utils/__init__.py @@ -0,0 +1 @@ +__all__ = ["test", "testset", "cosmetics"] |