Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
test
test_repo.py
on
3.1.40
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 25, 2023
Consolidate test_repo module import statements
EliahKagan
committed
ed95e8e
View commit details
Copy full SHA for ed95e8e
View code at this point
Browse repository at this point
Make 2 more too-low git version skips into errors
Show description for f38cc00
EliahKagan
committed
f38cc00
View commit details
Copy full SHA for f38cc00
View code at this point
Browse repository at this point
Remove no-effect `@skipIf` on test_untracked_files
Show description for cd175a5
EliahKagan
committed
cd175a5
View commit details
Copy full SHA for cd175a5
View code at this point
Browse repository at this point
Commits on Sep 21, 2023
Refactor "finally" cleanup in tests, fix minor bug
Show description for 98877c5
EliahKagan
committed
98877c5
View commit details
Copy full SHA for 98877c5
View code at this point
Browse repository at this point
Lint test/ (not just git/), fix warnings and a bug
Show description for 48441a9
EliahKagan
committed
48441a9
View commit details
Copy full SHA for 48441a9
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
Reformat tests with black
Show description for 15c736d
EliahKagan
committed
15c736d
View commit details
Copy full SHA for 15c736d
View code at this point
Browse repository at this point
Small manual formatting improvements
Show description for e39ecb7
EliahKagan
committed
e39ecb7
View commit details
Copy full SHA for e39ecb7
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
View commit details
Copy full SHA for ae8c018
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
Skip now permanently failing test with note on how to fix it
Byron
committed
70924c4
View commit details
Copy full SHA for 70924c4
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Block insecure non-multi options in clone/clone_from
Show description for 5c59e0d
Beuc
committed
5c59e0d
View commit details
Copy full SHA for 5c59e0d
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Add test to verify GitCommandError is raised when check-ignore is run against a file behind a symlink
Lightborne
committed
2ddb604
View commit details
Copy full SHA for 2ddb604
View code at this point
Browse repository at this point
Add test_ignored_items_reported
Lightborne
committed
7ada83a
View commit details
Copy full SHA for 7ada83a
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
fix clone_from_unsafe_protocol tests
obfusk
committed
8f41a39
View commit details
Copy full SHA for 8f41a39
View code at this point
Browse repository at this point
replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory
obfusk
committed
36cf7c1
View commit details
Copy full SHA for 36cf7c1
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
Updates from review
stsewd
committed
f4f2658
View commit details
Copy full SHA for f4f2658
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
Update/add tests for Repo.clone*
stsewd
committed
b92f01a
View commit details
Copy full SHA for b92f01a
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
Block unsafe options and protocols by default
stsewd
committed
e6108c7
View commit details
Copy full SHA for e6108c7
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
Forbid unsafe protocol URLs in Repo.clone{,_from}()
Show description for 2625ed9
s-t-e-v-e-n-k
authored and
stsewd
committed
2625ed9
View commit details
Copy full SHA for 2625ed9
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
Add test
stsewd
committed
7918fcc
View commit details
Copy full SHA for 7918fcc
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
feat(blame): Support custom `rev_opts` for blame
Show description for 18a79d8
thehale
committed
18a79d8
View commit details
Copy full SHA for 18a79d8
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
TST: Mark test_repo.TestRepo.test_submodules as xfail on Cygwin
DWesl
authored
0eda0a5
View commit details
Copy full SHA for 0eda0a5
View code at this point
Browse repository at this point
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
View commit details
Copy full SHA for e530544
View code at this point
Browse repository at this point
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
View commit details
Copy full SHA for 21ec529
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
chore: `s/strip_newline/&_in_stdout`
toku-sa-n
committed
49150e7
View commit details
Copy full SHA for 49150e7
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
feat(cmd): add the `strip_newline` flag
Show description for e4360ae
toku-sa-n
committed
e4360ae
View commit details
Copy full SHA for e4360ae
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
Added support of spaces for clone multi_options
ilakhtenkov
committed
717bfe9
View commit details
Copy full SHA for 717bfe9
View code at this point
Browse repository at this point
Commits on Jun 5, 2021
Adds repo.is_valid_object check
bytefluxio
committed
385a8c6
View commit details
Copy full SHA for 385a8c6
View code at this point
Browse repository at this point
Commits on Jun 4, 2021
Conditionally throw an error
Byron
committed
01a96b9
View commit details
Copy full SHA for 01a96b9
View code at this point
Browse repository at this point
Commits on Jun 3, 2021
Reverts auto format introduced with 2dbc2be8
bytefluxio
committed
79e24f7
View commit details
Copy full SHA for 79e24f7
View code at this point
Browse repository at this point
Fixes test to not throw false negative results
bytefluxio
committed
057514e
View commit details
Copy full SHA for 057514e
View code at this point
Browse repository at this point
Adds failing test for repo.tag() method
bytefluxio
committed
2dbc2be
View commit details
Copy full SHA for 2dbc2be
View code at this point
Browse repository at this point
Commits on May 3, 2021
add initial types to remote.py
Yobmod
committed
6752fad
View commit details
Copy full SHA for 6752fad
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
git/repo/base.py: is_dirty(): Fix pathspec handling
Show description for 624eb28
apatard
authored and
Byron
committed
624eb28
View commit details
Copy full SHA for 624eb28
View code at this point
Browse repository at this point
Commits on Jul 12, 2020
tests: move to root dir
Show description for 0374d7c
priv-kweihmann
committed
0374d7c
View commit details
Copy full SHA for 0374d7c
View code at this point
Browse repository at this point
Revert moving tests out of 'git' folder, related to #1030
Byron
committed
d5f0d48
View commit details
Copy full SHA for d5f0d48
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.