Paper title: | Fault-Proneness of Python Programs Tested By Smelled Test Code |
Conference: | The 50th Euromicro Conference on Software Engineering and Advanced Applications (SEAA 2024) |
Status: | published as Yuki Fushihara, Hirohisa Aman, Sousuke Amasaki, Tomoyuki Yokogawa, and Minoru Kawahara, ``Fault-Proneness of Python Programs Tested By Smelled Test Code,'' Proc. 50th Euromicro Conference on Software Engineering and Advanced Applications, pp.373--378, Aug.2024. |
data | file | description |
project list | projects.csv (3KB) |
list of studied projects' repository URLs; Note: We originally checked 100 repositories and chose 50 out of them satisfying the following conditions:
|
table of production code and test smells | mapping.csv (325KB) |
mapping.csv has 775 rows and 174 columns.
each row corresponds to each production code: its repository URL, file path, is_faulty (1: yes, 0:no), and test smells occur in its test code (1: occurs, 0: no). |
estimated probability list | estimated_prob.csv (2KB) |
list of estimated probabilities that the production code is faulty when it was tested by smelled test code; its columns are
|
estimated probability list | estimated_prob_combi.csv (7KB) |
list of estimated probabilities that the production code is faulty when it was tested by smelled test code; its columns are
|