Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
761 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 12 commits in 2 repositories
Created 1 repository
- smarie/requests Python
Created a pull request in conda-forge/staged-recipes that received 3 comments
Added recipe for python `pytest-cases`
@conda-forge/help-python @conda-forge-admin, please ping team This PR was constructed following the exact same pattern as the one for makefun (#12830…
Opened 1 other pull request in 1 repository
conda-forge/staged-recipes
1
merged
Reviewed 1 pull request in 1 repository
scikit-learn/scikit-learn 1 pull request
Created an issue in smarie/python-pytest-cases that received 2 comments
`@parametrize`: custom `ids` are not taken into account for `lazy_value` argvalues when a single lazy value is used for a tuple of parameters
From #142 @romanponomaryov found out this bug that can be reduced down to: from pytest_cases import parametrize_with_cases def case_dumb(): return 1,