Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test-junkie #344

Merged
merged 1 commit into from Nov 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions python-test-automation.md
Expand Up @@ -40,6 +40,7 @@ Also:
* [unittest2](https://pypi.python.org/pypi/unittest2) - is a backport of the new features added to the unittest testing framework in Python 2.7 and onwards.
* [pytest](http://pytest.org/) - is a mature full-featured Python testing tool that helps you write better programs.
* [plugincompat](http://plugincompat.herokuapp.com/) - Test execution and compatibility checks for pytest plugins
* [test-junkie](https://github.com/ArturSpirin/test_junkie) - Highly configurable modern testing framework.
* [nosetests](https://nose.readthedocs.org/en/latest/) - is a nicer testing for python.
* [slash](https://github.com/slash-testing/slash) - is a testing framework written in Python.
* [lemoncheesecake](https://github.com/lemoncheesecake/lemoncheesecake) - is a Python framework intended to functional testing, it provides fixtures, matchers, test organization through test suites hierarchy and metadata (test/suite name, description, tags, properties, links), rich reporting features and various report formats (JSON, XML, HTML, Junit)
Expand Down