Dataset for the paper "TestDossier: A Dataset of Tested Values Automatically Extracted from Test Execution"
Authors/Creators
Description
Dataset for the paper "TestDossier: A Dataset of Tested Values Automatically Extracted from Test Execution".
We store values of the basic build-in Python types: numeric (int, float, and complex), boolean (bool), and text sequence (str). We also store values of the types: sequence (list, tuple, and range), set (frozenset and set), and mapping (dict) that include only basic types. To create the dataset, we monitored the test suites of 15 Python Standard Libraries. TestDossier contains 1,234 distinct argument/variable names and 133,169 dis- tinct values, leading to a total of 12,9M individual values.