CoolFace
Datasetpublic

fals3/methods2test

Dataset Description Microsoft created the methods2test dataset, consisting of Java Junit test cases with its corresponding focal methods. It contains 780k pairs of JUnit test cases and focal methods which were extracted from a total of 91K Java open source project hosted on GitHub. This is an assembled version of the methods2test dataset. It provides convenient access to the different context levels based on the raw source code (e.g. newlines are preserved). The test cases and… See the full description on the dataset page: https://huggingface.co/datasets/fals3/methods2test.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes52downloads
.gitignore131 linesDownload Raw Back to root
1.DS_Store2 3# Byte-compiled / optimized / DLL files4__pycache__/5*.py[cod]6*$py.class7 8# C extensions9*.so10 11# Distribution / packaging12.Python13build/14develop-eggs/15dist/16downloads/17eggs/18.eggs/19lib/20lib64/21parts/22sdist/23var/24wheels/25pip-wheel-metadata/26share/python-wheels/27*.egg-info/28.installed.cfg29*.egg30MANIFEST31 32# PyInstaller33#  Usually these files are written by a python script from a template34#  before PyInstaller builds the exe, so as to inject date/other infos into it.35*.manifest36*.spec37 38# Installer logs39pip-log.txt40pip-delete-this-directory.txt41 42# Unit test / coverage reports43htmlcov/44.tox/45.nox/46.coverage47.coverage.*48.cache49nosetests.xml50coverage.xml51*.cover52*.py,cover53.hypothesis/54.pytest_cache/55 56# Translations57*.mo58*.pot59 60# Django stuff:61*.log62local_settings.py63db.sqlite364db.sqlite3-journal65 66# Flask stuff:67instance/68.webassets-cache69 70# Scrapy stuff:71.scrapy72 73# Sphinx documentation74docs/_build/75 76# PyBuilder77target/78 79# Jupyter Notebook80.ipynb_checkpoints81 82# IPython83profile_default/84ipython_config.py85 86# pyenv87.python-version88 89# pipenv90#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.91#   However, in case of collaboration, if having platform-specific dependencies or dependencies92#   having no cross-platform support, pipenv may install dependencies that don't work, or not93#   install all needed dependencies.94#Pipfile.lock95 96# PEP 582; used by e.g. github.com/David-OConnor/pyflow97__pypackages__/98 99# Celery stuff100celerybeat-schedule101celerybeat.pid102 103# SageMath parsed files104*.sage.py105 106# Environments107.env108.venv109env/110venv/111ENV/112env.bak/113venv.bak/114 115# Spyder project settings116.spyderproject117.spyproject118 119# Rope project settings120.ropeproject121 122# mkdocs documentation123/site124 125# mypy126.mypy_cache/127.dmypy.json128dmypy.json129 130# Pyre type checker131.pyre/