[PR #848] [CLOSED] Added Jasper to Testing Frameworks section #2862

Closed
opened 2026-04-15 09:09:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/848
Author: @tylerlaberge
Created: 3/6/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 59fedf6 Added Jasper to Testing Frameworks section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Jasper is an asynchronous behavior-driven development framework.

What's the difference between this Python project and similar ones?

Jasper's main points that separate it from other BDD frameworks are:

  • Tests are run asynchronously, making it very easy and intuitive to write tests for asynchronous code.
  • Features are described within .py files, exactly how you would write normal python code. No need to learn the syntax of a domain-specific language in order to define your features like other frameworks require.
  • Small and simple built-in optional assertion library allows for easy to write and easy to read assertions.
  • The structure of your features, scenarios, and steps is very nonrestrictive. No requirements for any specific directory structures in order for Jasper to run you tests.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/848 **Author:** [@tylerlaberge](https://github.com/tylerlaberge) **Created:** 3/6/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`59fedf6`](https://github.com/vinta/awesome-python/commit/59fedf6ae3524cb38339995b07f982ef88d77a52) Added Jasper to Testing Frameworks section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Jasper is an asynchronous behavior-driven development framework. ## What's the difference between this Python project and similar ones? Jasper's main points that separate it from other BDD frameworks are: - Tests are run asynchronously, making it very easy and intuitive to write tests for asynchronous code. - Features are described within .py files, exactly how you would write normal python code. No need to learn the syntax of a domain-specific language in order to define your features like other frameworks require. - Small and simple built-in optional assertion library allows for easy to write and easy to read assertions. - The structure of your features, scenarios, and steps is very nonrestrictive. No requirements for any specific directory structures in order for Jasper to run you tests. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:09:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2862