[PR #1550] Add python-testing-crawler #1348

Open
opened 2025-11-06 13:14:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1550
Author: @wodow
Created: 5/27/2020
Status: 🔄 Open

Base: masterHead: patch-2


📝 Commits (1)

  • c33170f Add python-testing-crawler

📊 Changes

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

View changed files

📝 README.md (+2 -0)

📄 Description

What is this Python project?

Python Testing Crawler is a crawler for automated functional testing of a web application.

Crawling a server-side-rendered web application is a low cost way to get low quality test coverage of your JavaScript-light web application.

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

Unlike e.g. Scrapy, this crawler is exclusively for use in automated tests, so it

  1. works with existing web framework test clients, and is intended to be a drop-in
  2. can be configured for what it accepts or considers an error
  3. can collect errors

🔄 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/1550 **Author:** [@wodow](https://github.com/wodow) **Created:** 5/27/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`c33170f`](https://github.com/vinta/awesome-python/commit/c33170f256bf549ba0c6bc7c436526234809661e) Add python-testing-crawler ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description ## What is this Python project? Python Testing Crawler is a crawler for automated functional testing of a web application. Crawling a server-side-rendered web application is a low cost way to get low quality test coverage of your JavaScript-light web application. ## What's the difference between this Python project and similar ones? Unlike e.g. Scrapy, this crawler is exclusively for use in automated tests, so it 1. works with existing web framework test clients, and is intended to be a drop-in 2. can be configured for what it accepts or considers an error 3. can collect errors --- <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 2025-11-06 13:14:27 -06: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#1348