Metadata-Version: 2.2
Name: kos_tests
Version: 0.0.1
Summary: The kos_tests project
Home-page: https://github.com/kscalelabs/tests.git
Author: Wesley Maa
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pykos
Requires-Dist: matplotlib
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: darglint; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# tests

Package of tests that run through KOS.

## Getting Started

Navigate into the root directory (the one that this README is in) and run:
```
pip install -e .
```

Now you can run any of the tests! 

To run the example waveform tests:
```
python -m kos_tests.run_tests --config configs/example_config.yaml
```
