integraty | experimental integration testing framework
kandi X-RAY | integraty Summary
kandi X-RAY | integraty Summary
integraty is a Python library. integraty has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
An experimental integration testing framework, or perhaps building blocks for one. Don't use this unless you are ready for a lot of pain. :). The main goal of this library is to provide just enough tooling to make integration testing a little less painful. Integration testing is normally the domain of shell scripts and tools like awk, sed, grep, cut, etc., etc. However, there are a number of problems with this traditional approach which tend to lead to tests which are difficult to maintain and often are hard to read and follow. Without any doubt gluing commands together with pipes is an extremely powerful mechanism, which makes the shell amazingly flexible and infinitely extensible. But these very same attributes also make it difficult to write very standard looking code, which can be maintained by multiple people over long time intervals. This library aims to build on top of excellent tools already part of Python distribution and additionally makes possible to take advantage of the amazing pytest package. While pytest is actually optional, it is a very solid and mature package which could be used for anything from unit tests to functional and integration tests. This library is actually a combination of a few loosely coupled components. Its aim is to reduce information and transform output from programs in the same way that would typically be done with filtering tools like grep and awk, etc., but instead do it with the Python, while also transforming reduced data into structures which are pleasant to work with. It is no secret that shell's strength is not its rich data structures. Conversely Python excels at data manipulation extraction and transformation. It is fast-becoming the lingua franca of data science, field rich with data and demanding flexibility, expressiveness and maintainability of code. Python is low-boilerplate, and scores highly in the readability test. My hope is to capture these strengths and substitute shell's weaknesses without losing very much of what makes using shell the defacto standard for integration testing on nix systems.
An experimental integration testing framework, or perhaps building blocks for one. Don't use this unless you are ready for a lot of pain. :). The main goal of this library is to provide just enough tooling to make integration testing a little less painful. Integration testing is normally the domain of shell scripts and tools like awk, sed, grep, cut, etc., etc. However, there are a number of problems with this traditional approach which tend to lead to tests which are difficult to maintain and often are hard to read and follow. Without any doubt gluing commands together with pipes is an extremely powerful mechanism, which makes the shell amazingly flexible and infinitely extensible. But these very same attributes also make it difficult to write very standard looking code, which can be maintained by multiple people over long time intervals. This library aims to build on top of excellent tools already part of Python distribution and additionally makes possible to take advantage of the amazing pytest package. While pytest is actually optional, it is a very solid and mature package which could be used for anything from unit tests to functional and integration tests. This library is actually a combination of a few loosely coupled components. Its aim is to reduce information and transform output from programs in the same way that would typically be done with filtering tools like grep and awk, etc., but instead do it with the Python, while also transforming reduced data into structures which are pleasant to work with. It is no secret that shell's strength is not its rich data structures. Conversely Python excels at data manipulation extraction and transformation. It is fast-becoming the lingua franca of data science, field rich with data and demanding flexibility, expressiveness and maintainability of code. Python is low-boilerplate, and scores highly in the readability test. My hope is to capture these strengths and substitute shell's weaknesses without losing very much of what makes using shell the defacto standard for integration testing on nix systems.
Support
Quality
Security
License
Reuse
Support
integraty has a low active ecosystem.
It has 5 star(s) with 0 fork(s). There are 4 watchers for this library.
It had no major release in the last 6 months.
integraty has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of integraty is current.
Quality
integraty has no bugs reported.
Security
integraty has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
integraty does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
integraty releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed integraty and discovered the below as its top functions. This is intended to give you an instant insight into integraty implemented functionality, and help decide if they suit your requirements.
- Return a list of pairs
- Return a list of lines
- Return the lines from the source code
- Return a list of tuples
- Return the last occurrence of the query
- Return the tail of the file
- Return the first element of the query
- Get the first line of the document
- Convert to dict
- Return a list of dicts
- Compute md5 of the stream
- Calculate the sha256 hash of the stream
- Calculate sha1 hash of the stream
- Return the output of the process
- Return base64 encoding
- Return base64 decoded from the stream
- Return pexpect output
- Return the error string
- Return the sha1 hash of the stream
- Return the sha256 hash of the stream
- Test integration
- Return all lines matching the given regex pattern
- Trim a suffix
- Count the number of subststrs matching the given substring
- Create a new external program
- Test the example
Get all kandi verified functions for this library.
integraty Key Features
No Key Features are available at this moment for integraty.
integraty Examples and Code Snippets
No Code Snippets are available at this moment for integraty.
Community Discussions
No Community Discussions are available at this moment for integraty.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install integraty
You can download it from GitHub.
You can use integraty like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use integraty like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page