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
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 }}
andhus
/
dirhash-python
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
61
Code
Issues
9
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
test implementation for issues with jobs > 1
- #33
#33
Open
d-chris
wants to merge 15 commits into
andhus:master
andhus/dirhash-python:master
from
d-chris:develop
d-chris/dirhash-python:develop
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
test implementation for issues with jobs > 1
#33
d-chris
wants to merge 15 commits into
andhus:master
andhus/dirhash-python:master
from
d-chris:develop
d-chris/dirhash-python:develop
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2026
mark tests using symlinks on windows as xfail
d-chris
committed
4a4b9c4
View commit details
Copy full SHA for 4a4b9c4
Browse repository at this point
use parametrize to test available and guaranteed hashers
d-chris
committed
3552717
View commit details
Copy full SHA for 3552717
Browse repository at this point
added test to show issue with multiprocessor.Pool when jobs > 1
d-chris
committed
22afea3
View commit details
Copy full SHA for 22afea3
Browse repository at this point
added tests to check cli with algorithms and jobs
d-chris
committed
931bd97
View commit details
Copy full SHA for 931bd97
Browse repository at this point
sort algorithms in parameterized tests for consistency
d-chris
committed
3157173
View commit details
Copy full SHA for 3157173
Browse repository at this point
Commits on Jul 17, 2026
refactor test_run_algorithms to compare results for different job counts
d-chris
committed
c478a2a
View commit details
Copy full SHA for c478a2a
Browse repository at this point
added Protocol and Wrapper Class to pickle hashlib objects for multiprocessing
d-chris
committed
a97af05
View commit details
Copy full SHA for a97af05
Browse repository at this point
refactor _get_hasher_factory to return an instance of PickleHasher
d-chris
committed
bb30a21
View commit details
Copy full SHA for bb30a21
Browse repository at this point
fix: correct expected hasher factory assertion in TestGetHasherFactory
d-chris
committed
35cce0c
View commit details
Copy full SHA for 35cce0c
Browse repository at this point
added default length for shake_128 and shake_256 for hexdigest
d-chris
committed
e8dab53
View commit details
Copy full SHA for e8dab53
Browse repository at this point
updated to tests to run also with py3.13 and py3.14
Show description for 327f55c
d-chris
committed
327f55c
View commit details
Copy full SHA for 327f55c
Browse repository at this point
refactoring due legacy python versions
Show description for 7ded7e5
d-chris
committed
7ded7e5
View commit details
Copy full SHA for 7ded7e5
Browse repository at this point
Commits on Jul 18, 2026
fixed some mypy issues with minor refactoring
d-chris
committed
2db2e15
View commit details
Copy full SHA for 2db2e15
Browse repository at this point
added pre-commit hook to re-format pyproject.toml
d-chris
committed
8fc4d71
View commit details
Copy full SHA for 8fc4d71
Browse repository at this point
remove .coveragerc and update coverage configuration in pyproject.toml and tox.ini
d-chris
committed
99e84fb
View commit details
Copy full SHA for 99e84fb
Browse repository at this point
You can’t perform that action at this time.