https://github.com/arkedge/c2a-pytest-gaia
Gaia(tmtc-generic-c2a) client for C2A pytest
https://github.com/arkedge/c2a-pytest-gaia
Last synced: 3 months ago
JSON representation
Gaia(tmtc-generic-c2a) client for C2A pytest
- Host: GitHub
- URL: https://github.com/arkedge/c2a-pytest-gaia
- Owner: arkedge
- License: other
- Created: 2023-06-08T13:45:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T18:12:42.000Z (3 months ago)
- Last Synced: 2026-03-31T20:19:24.922Z (3 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# c2a-pytest-gaia
c2a-pytest-gaia is the [Gaia(tmtc-c2a)](https://github.com/arkedge/gaia) 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)
```