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
Type
/
to 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 }}
soimort
/
python-romkan
Public
Notifications
You must be signed in to change notification settings
Fork
51
Star
119
Code
Issues
11
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Using ddt to improve test maintainability
- #4
#4
Open
blagarde
wants to merge 10 commits into
soimort:master
soimort/python-romkan:master
from
blagarde:ddt_testing
blagarde/python-romkan:ddt_testing
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Using ddt to improve test maintainability
#4
blagarde
wants to merge 10 commits into
soimort:master
soimort/python-romkan:master
from
blagarde:ddt_testing
blagarde/python-romkan:ddt_testing
Copy head branch name to clipboard
Commits
Commits on Jan 11, 2014
CHANGE: Now using ddt to improve test maintainability. Moved test cases to tab-separated input<tab>expected_output CSV files.
blagarde
committed
6e38d7d
View commit details
Copy full SHA for 6e38d7d
Browse repository at this point
ADD: Romanization test cases. Some pass, some fail.
blagarde
committed
6ee82d9
View commit details
Copy full SHA for 6ee82d9
Browse repository at this point
Commits on Jan 13, 2014
ADD: Compiled a CSV table with lots of test cases for the various romanization schemes (they need to be discussed)
blagarde
committed
d558aa7
View commit details
Copy full SHA for d558aa7
Browse repository at this point
CHANGE: Bump the number of test cases to 697. 302 fail - there's work to do
blagarde
committed
d3582f2
View commit details
Copy full SHA for d3582f2
Browse repository at this point
Delete unused CSV files
blagarde
committed
dbe56c7
View commit details
Copy full SHA for dbe56c7
Browse repository at this point
FIX: small hiragana 'ya'
blagarde
committed
0a271cd
View commit details
Copy full SHA for 0a271cd
Browse repository at this point
ADD: Reversibility test cases. All pass except for 'ぢ'/'でぃ' -> 'dyi'
blagarde
committed
3e5935b
View commit details
Copy full SHA for 3e5935b
Browse repository at this point
Commits on Jan 23, 2014
ADD: Reversibility test cases. All pass except for 'ぢ'/'でぃ' -> 'dyi'
blagarde
committed
b564f61
View commit details
Copy full SHA for b564f61
Browse repository at this point
Merge branch 'ddt_testing' of https://github.com/blagarde/python-romkan into ddt_testing
blagarde
committed
1f6b2a8
View commit details
Copy full SHA for 1f6b2a8
Browse repository at this point
FIX: Explicit is better than implicit. This should fix Python3 test runs
blagarde
committed
2c4f998
View commit details
Copy full SHA for 2c4f998
Browse repository at this point
You can’t perform that action at this time.