autosweep


Nameautosweep JSON
Version 0.0.3 PyPI version JSON
download
home_page
Summaryautomated testing
upload_time2023-09-19 03:39:56
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AutoSweep Test Framework 0.0.3

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.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "autosweep",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python",
    "author": "",
    "author_email": "gdsfactory <contact@gdsfactory.com>",
    "download_url": "https://files.pythonhosted.org/packages/95/79/a869dec9eb4fed44e90649db59bff80e790887d2c8f41fecc8967c02309d/autosweep-0.0.3.tar.gz",
    "platform": null,
    "description": "# AutoSweep Test Framework 0.0.3\n\nThe AutoSweep project is designed to run automated device testing.\nIt'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.\n\n## Installation\n\nAfter cloning the repository, you can install it using `pip install .`.\nIf 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.\n\nAfter 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`.\nOpen the script and browse the test data to become more familiar with the operation of the code.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "automated testing",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1834b9d902bbdeb2a07f6ff22df546c05f2983e2eaaff1ec2f60db20b5cc661f",
                "md5": "5ec752bb0a51958bf21ec520ee5771f4",
                "sha256": "65468713350ba6c555c0a627209e269bf7ca8640ddb42bdb3a64b5e5d5ecf6e1"
            },
            "downloads": -1,
            "filename": "autosweep-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ec752bb0a51958bf21ec520ee5771f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 44774,
            "upload_time": "2023-09-19T03:39:55",
            "upload_time_iso_8601": "2023-09-19T03:39:55.885634Z",
            "url": "https://files.pythonhosted.org/packages/18/34/b9d902bbdeb2a07f6ff22df546c05f2983e2eaaff1ec2f60db20b5cc661f/autosweep-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9579a869dec9eb4fed44e90649db59bff80e790887d2c8f41fecc8967c02309d",
                "md5": "c8059bcdbec1d1e9e4a8c90752463dde",
                "sha256": "06f47f2f86c825a090433995ef4c613d5dcaf714cd374666a9ef983b8190d146"
            },
            "downloads": -1,
            "filename": "autosweep-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c8059bcdbec1d1e9e4a8c90752463dde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 32995,
            "upload_time": "2023-09-19T03:39:56",
            "upload_time_iso_8601": "2023-09-19T03:39:56.992598Z",
            "url": "https://files.pythonhosted.org/packages/95/79/a869dec9eb4fed44e90649db59bff80e790887d2c8f41fecc8967c02309d/autosweep-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 03:39:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "autosweep"
}
        
Elapsed time: 0.17937s