mirror of
https://github.com/google/brotli.git
synced 2026-04-05 21:52:51 +00:00
[PR #51] [MERGED] [python] add test command to setup.py #640
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head: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
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.