Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
test
test_remote.py
on
3.1.43
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 19, 2024
Improve test suite import grouping/sorting, __all__ placement
Show description for 4a4d880
EliahKagan
committed
4a4d880
Copy full SHA for 4a4d880
Commits on Mar 14, 2024
Merge branch 'main' into doc-types
EliahKagan
committed
0b99041
Copy full SHA for 0b99041
Commits on Mar 10, 2024
Have test suite use sys.platform to check for Windows
Show description for 465ab56
EliahKagan
committed
465ab56
Copy full SHA for 465ab56
Commits on Mar 1, 2024
Updating spacing per linting test.
Show description for 827e986
jcole-crowdstrike
committed
827e986
Copy full SHA for 827e986
Updating regex pattern to handle unicode whitespaces.
Show description for 5ca0fba
jcole-crowdstrike
committed
5ca0fba
Copy full SHA for 5ca0fba
Commits on Feb 29, 2024
Revise test suite docstrings and comments
Show description for 5cf5b60
EliahKagan
committed
5cf5b60
Copy full SHA for 5cf5b60
Commits on Dec 12, 2023
Extract all "import gc" to module level
Show description for d70ba69
EliahKagan
committed
d70ba69
Copy full SHA for d70ba69
Commits on Nov 24, 2023
Mark unsafe-options "allowed" tests xfail on Windows
Show description for 61d1fba
EliahKagan
committed
61d1fba
Copy full SHA for 61d1fba
Mark test_create_remote_unsafe_url_allowed xfail on Windows
Show description for b284ad7
EliahKagan
committed
b284ad7
Copy full SHA for b284ad7
Improve ordering/grouping of a few imports
Show description for 799c853
EliahKagan
committed
799c853
Copy full SHA for 799c853
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
Copy full SHA for 454032c
Commits on Nov 2, 2023
Use zero-argument super() where applicable
Show description for a47e46d
EliahKagan
committed
a47e46d
Copy full SHA for a47e46d
Commits on Oct 30, 2023
Improve consistency of "END" comments in test suite
Show description for ddb4417
EliahKagan
committed
ddb4417
Copy full SHA for ddb4417
Commits on Oct 23, 2023
Revise docstrings/comments in most other test modules
Show description for 11fce8a
EliahKagan
committed
11fce8a
Copy full SHA for 11fce8a
Commits on Sep 21, 2023
Lint test/ (not just git/), fix warnings and a bug
Show description for 48441a9
EliahKagan
committed
48441a9
Copy full SHA for 48441a9
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
Copy full SHA for ae8c018
Commits on Jan 8, 2023
replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory
obfusk
committed
36cf7c1
Copy full SHA for 36cf7c1
Commits on Dec 29, 2022
Updates from review
stsewd
committed
f4f2658
Copy full SHA for f4f2658
Commits on Dec 28, 2022
More tests
stsewd
committed
c8ae33b
Copy full SHA for c8ae33b
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
Copy full SHA for e530544
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
Copy full SHA for 21ec529
Commits on Nov 13, 2021
Test raise_if_error
Sjord
authored and
Byron
committed
699e223
Copy full SHA for 699e223
Test that return value of push is a list-like object
Sjord
authored and
Byron
committed
1481e71
Copy full SHA for 1481e71
Commits on Sep 18, 2021
Add a way to force status codes inside AutoInterrupt._terminate, and let tests use it
sroet
authored and
Byron
committed
aa50766
Copy full SHA for aa50766
set timeout to a non-zero value
sroet
authored and
Byron
committed
893ddab
Copy full SHA for 893ddab
two spaces before comments
sroet
authored and
Byron
committed
4588efd
Copy full SHA for 4588efd
fetch is also to quick on CI, only test pull
sroet
authored and
Byron
committed
e95ee63
Copy full SHA for e95ee63
make test timeout stricter
sroet
authored and
Byron
committed
42b05b0
Copy full SHA for 42b05b0
go for pytest.raises and test that the functions run
sroet
authored and
Byron
committed
cd2d538
Copy full SHA for cd2d538
update tests and add a comment about different behaviour of 'push' vs 'fetch'
sroet
authored and
Byron
committed
0a58afe
Copy full SHA for 0a58afe
propagate kwargs in do_test_fetch
sroet
authored and
Byron
committed
5ec7967
Copy full SHA for 5ec7967
also test a call to 'push' with 10s timeout
sroet
authored and
Byron
committed
5d2dfb1
Copy full SHA for 5d2dfb1
add test timeout with the old 10 s timeout
sroet
authored and
Byron
committed
bd4ee0f
Copy full SHA for bd4ee0f
Commits on Jul 19, 2021
rmv python 3.5 checks from tests
Yobmod
committed
4545762
Copy full SHA for 4545762
Commits on Jul 12, 2020
tests: move to root dir
Show description for 0374d7c
priv-kweihmann
committed
0374d7c
Copy full SHA for 0374d7c
Pagination
Previous
Next
You can’t perform that action at this time.