Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ run
Function
run
tools/tests/test_bump_version.py:10–11 ·
view source on GitHub ↗
(args, **kwargs)
Source
from the content-addressed store, hash-verified
8
9
10
def
run(args, **kwargs):
11
return
subprocess.run(args, check=False, capture_output=True, text=True, **kwargs)
12
13
14
def
bump_version(args, tmp_path):
Callers
10
bump_version
Function · 0.70
setup_test_repo
Function · 0.70
test_bump_version_check_no_changes
Function · 0.70
test_bump_version_dirty_working_tree
Function · 0.70
test_bump_version_check_changelog_date
Function · 0.70
test_check_changelog_fails_with_missing_version_header
Function · 0.70
test_check_changelog_fails_with_no_blank_line_after_header
Function · 0.70
test_check_changelog_fails_with_invalid_date_format
Function · 0.70
test_update_changelog_fails_with_no_unreleased_section
Function · 0.70
test_update_changelog_fails_when_version_already_exists
Function · 0.70
Calls
1
run
Method · 0.45
Tested by
no test coverage detected