Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdsfactory/autosweep
test automation framework
https://github.com/gdsfactory/autosweep
Last synced: about 2 months ago
JSON representation
test automation framework
- Host: GitHub
- URL: https://github.com/gdsfactory/autosweep
- Owner: gdsfactory
- License: mit
- Created: 2023-09-05T20:59:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T20:06:58.000Z (4 months ago)
- Last Synced: 2024-09-09T20:39:49.809Z (4 months ago)
- Language: Python
- Homepage: https://gdsfactory.github.io/autosweep/
- Size: 235 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome_photonics - autosweep
README
# AutoSweep Test Framework 0.1.0
The AutoSweep project is designed to run automated device testing.
It's designed to be highly modular, giving a framework with which to organize test sequences and manage instruments, while keeping track of device metadata, saving raw data, generating reports and handling errors.## Installation
After cloning the repository, you can install it using `pip install .`.
If you want to develop features within Test Automation, you'll find the pip `-e` option useful, `pip install -e .`, this allows you to make edits to the code and execute tests from the python environment the package was installed in without reinstalling it via pip.After installation, execute the python script in `tests/test_exec/run_test_exec.py`. You\'ll see a a folder of virtual test data generated in the folder `tests/test_exec/data`.
Open the script and browse the test data to become more familiar with the operation of the code.