merces / aleph

An Open Source Malware Analysis Pipeline System
158 stars 53 forks source link

Create tests for peinfo plugin #34

Open turicas opened 9 years ago

turicas commented 9 years ago

@merces, we need some sample files with known output from peinfo.py

ninobaldo commented 9 years ago

Doing ...

jseidl commented 9 years ago

We should consider creating unit tests for everything. Which test lib is being considered? On Jun 6, 2015 11:02 PM, "ninobaldo" notifications@github.com wrote:

Doing ...

— Reply to this email directly or view it on GitHub https://github.com/trendmicro/aleph/issues/34#issuecomment-109644008.

turicas commented 9 years ago

I think we could start with Python's unittest (from standard library) and then select a test runner (nosetests is good enough ;).

jseidl commented 9 years ago

Seems fine to me On Jun 6, 2015 11:20 PM, "Álvaro Justen" notifications@github.com wrote:

I think we could start with Python's unittest (from standard library) and then select a test runner (nosetests is good enough ;).

— Reply to this email directly or view it on GitHub https://github.com/trendmicro/aleph/issues/34#issuecomment-109644745.