AbnormalSec / darkbox

what's in the box?! :package:
Do What The F*ck You Want To Public License
3 stars 1 forks source link

Unittests #5

Open vesche opened 5 years ago

vesche commented 5 years ago

Add unittests when practical for tools. Let's make a tests/ folder and throw them in there.

deadPix3l commented 5 years ago

Fully agreed.

first problem found: unit testing with command line arguments is difficult, and can massively simplified after passing argparsable arguments as func params. This should be a high priority feature, not only for its usfulness, but also for its ability to enable better tests.