automated testing
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autosweep-0.1.0.tar.gz
.
File metadata
- Download URL: autosweep-0.1.0.tar.gz
- Upload date:
- Size: 38.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fab2582be954f493ebb06d1ccc1806a2d995f37ba25eaa3762d10c6a3f5e5cae |
|
MD5 | 088e246f18d1e7c681145214d2083c42 |
|
BLAKE2b-256 | 0866860d0a8e09d9e8fbfd9548365597bb9d84627a008cb2005a043b813e4abf |
File details
Details for the file autosweep-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: autosweep-0.1.0-py3-none-any.whl
- Upload date:
- Size: 51.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 041eaebfd1efe44559d104c6d7d8ab7619a419b8cd89cd938d820397e99e84d8 |
|
MD5 | b0a16b361f8332c178225b3ab3da0f7e |
|
BLAKE2b-256 | 33f7049311d5d6fc2d45cd4b274c68c55b1d55d59267826f32f016376d141180 |