https://github.com/enthought/erinyes
Default Repo description from terraform module
https://github.com/enthought/erinyes
Last synced: 9 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/erinyes
- Owner: enthought
- License: other
- Created: 2013-05-30T12:47:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-24T14:24:18.000Z (over 12 years ago)
- Last Synced: 2024-12-27T02:42:31.056Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Erinyes
=======
``Erinyes`` is a stress and gui testing module that extends the python
unittest framework.
Structure
=========
The code is organised into test assistant mixing classes that are divided
into two groups.
Stress
------
Supports testing an algorithm or part of it to verify that multiple runs will
not result in memory errors.
Application
-----------
Supports a very basic external testing of applications to check behaviour while
they run on a separate process.