| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tipo | Fabrice Desclaux | 2020-05-22 | 1 | -1/+1 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 3 | -26/+34 |
| | | |||||
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -4/+4 |
| | | |||||
| * | Adds Windows support and AppVeyor CI (#835) | Axel Souchet | 2018-09-09 | 2 | -40/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Get miasm to work on Windows, also add AppVeyor CI * Fix gcc jitter on Linux * Make the dse_crackme tests work on Windows * calling build and then install is less confusing than install twice * fix os.rename race condition on Windows * clean it up * Clean up after the unused cl.exe's artifacts * Use is_win instead of an additional check * Fix issue on Windows where 'w' and 'wb' modes are different * Address review feedback * setuptools is actually not required, so reverting | ||||
| * | TestAll: add support for other executable | Ajax | 2017-04-18 | 2 | -3/+9 |
| | | |||||
| * | Add a only-tags option for test_all | Ajax | 2017-01-14 | 1 | -20/+30 |
| | | |||||
| * | Test/testset: autopep8 | Fabrice Desclaux | 2016-04-06 | 1 | -1/+9 |
| | | |||||
| * | Test: simple output | serpilliere | 2016-04-06 | 4 | -136/+27 |
| | | |||||
| * | TestAll: Coverage mode was broken | Ajax | 2015-04-30 | 1 | -1/+1 |
| | | |||||
| * | TestAll: Add a "do-not-clean" option | Ajax | 2015-04-02 | 1 | -3/+9 |
| | | |||||
| * | TestSet: `Message*` must inherited from `Message` | Ajax | 2015-04-02 | 1 | -3/+3 |
| | | |||||
| * | TestSet: Some methods should be protected | Ajax | 2015-04-02 | 1 | -7/+7 |
| | | |||||
| * | Test: remove hardcoded python path (Tx to Aymeric Vincent) | Fabrice Desclaux | 2014-12-12 | 1 | -1/+3 |
| | | |||||
| * | Test/Utils: Add "filter_tags" to filter test units according to a tag list | Camille Mougey | 2014-11-03 | 1 | -0/+28 |
| | | |||||
| * | Test/Utils: Add "tags" attribute to tag test units | Camille Mougey | 2014-11-03 | 1 | -3/+6 |
| | | |||||
| * | TestSet: Avoid error on duplicate products cleaning | Camille Mougey | 2014-10-31 | 1 | -12/+32 |
| | | |||||
| * | Test/utils: Add utils for running tests | ajax | 2014-10-17 | 6 | -0/+438 |
| - 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 | |||||