Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 390 Bytes

c2a-pytest-gaia

c2a-pytest-gaia is the Gaia(tmtc-c2a) version of python-wings-interface.

How to use

Replace your utils/wings_utils.py with following code:

import json
from c2a_pytest_gaia import wings_compat

def get_wings_operation():
    tlmcmddb = json.load(open("../../../tlmcmddb.json"))
    return wings_compat.Operation(tlmcmddb)