Metadata-Version: 2.4
Name: emintes-testframework
Version: 0.1.3
Summary: Host-side type stubs for the emintes Testframework with autocomplete and inline API help
Author: emintes
Keywords: testbox,testframework,testsystem,emintes,stubs,autocomplete,typing
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Stubs Only
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# emintes-testframework

`emintes-testframework` provides host-side Python stubs for the Testframework used with the emintes Testsystem.
It is intended for test development on a PC.

## Why this package exists

When writing test scripts in an IDE, this package improves the developer experience by providing:

- autocomplete for framework functions, constants, and classes
- inline signatures and parameter hints
- docstrings for quick API help while coding

## Scope

- This package contains autogenerated stubs only.
- Calling most functions on a host machine raises `NotImplementedError` by design.

## Version

Current generated version: `0.1.3`
