Wakanda is a tool that automatically generates test data for python functions.
- Gabin An, School of Computing, KAIST
- Jisu Ok, School of Computing, KAIST
- Sungbin Jo, School of Computing, KAIST
python main.py [target_file] [function_name]
Command:
$ python main.py python-functions/case4.py case4
Output:
INPUT GENERATOR for python-functions/case4.py
Start type search.......
6 type candidates found.
Start value search......
1/4 branches have been covered while searching types.
4/4 branches have been covered.
RESULT
1T: (0,)
1F: ('Hello',)
2T: ('Hello',)
2F: ('Hell',)
Done.
============================================
Wow!