[PR #51] [MERGED] [python] add test command to setup.py #640

Closed
opened 2026-01-29 20:46:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/51
Author: @anthrotype
Created: 3/30/2015
Status: Merged
Merged: 3/30/2015
Merged by: @szabadka

Base: masterHead: py_test


📝 Commits (1)

  • 4865fd1 [python] add test command to setup.py

📊 Changes

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

View changed files

📝 python/setup.py (+33 -1)

📄 Description

Hi,

This adds a "test" command to setup.py, so that one can simply do

python setup.py test

and run the two compatibility and roundtrip test scripts with the same Python interpreter that was used to run setup.py.

Cheers,

Cosimo


🔄 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/google/brotli/pull/51 **Author:** [@anthrotype](https://github.com/anthrotype) **Created:** 3/30/2015 **Status:** ✅ Merged **Merged:** 3/30/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `py_test` --- ### 📝 Commits (1) - [`4865fd1`](https://github.com/google/brotli/commit/4865fd1d4f4b9b28890bab0caf1d6348f524c2c9) [python] add test command to setup.py ### 📊 Changes **1 file changed** (+33 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `python/setup.py` (+33 -1) </details> ### 📄 Description Hi, This adds a "test" command to setup.py, so that one can simply do ``` python setup.py test ``` and run the two compatibility and roundtrip test scripts with the same Python interpreter that was used to run setup.py. Cheers, Cosimo --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:46:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#640