Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 488 Bytes

File metadata and controls

23 lines (17 loc) · 488 Bytes

SCIP Python Mock

A simple Python project used as a test fixture for CIDX SCIP code intelligence testing.

Structure

src/
  services/
    logger.py        - Logger class
    auth_service.py  - authenticate(), validate_token()
    user_service.py  - UserService class

Usage

This project is used by tests/scip/test_scip_python_mock_queries.py to test SCIP query functionality.

To generate SCIP indexes:

cd test-fixtures/scip-python-mock
cidx scip generate