Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 761 Bytes

README.rst

File metadata and controls

31 lines (21 loc) · 761 Bytes

MatchCode approximate code search tests

This repository is a test suite for approximate code search including AI-generated code search.

Usage

  • Clone this repository

  • In the clone, run make dev

  • run . venv/bin/activate

  • run the full test suite with:

    pytest -vvs tests
    

This is designed to run only on Linux.

License

  • the data is under a CC-BY-4.0 license
  • the code is under the Apache-2.0 license