Skip to content
/ wakanda Public

A test data generation tool for python functions

Notifications You must be signed in to change notification settings

agb94/wakanda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wakanda

What is Wakanda?

Wakanda is a tool that automatically generates test data for python functions.

Contributors

  • Gabin An, School of Computing, KAIST
  • Jisu Ok, School of Computing, KAIST
  • Sungbin Jo, School of Computing, KAIST

Usage

python main.py [target_file] [function_name]

Example

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!

About

A test data generation tool for python functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published