Skip to content

Repository to keep a mock of a python application used to test SCIP test cases in code-indexer

Notifications You must be signed in to change notification settings

LightspeedDMS/scip-python-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Repository to keep a mock of a python application used to test SCIP test cases in code-indexer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages