ggrelet
ggrelet
I have a simple test with parametrize and fixture: ```python @pytest.mark.repeat(3) @pytest.parametrize("case", ["a","b","c"]) def test_1(case, my_fixture): print("test_1 case: {}".format(case)) @pytest.fixture(scope="?") def my_fixture(): yield # Executed at the end of the...
I runned the following on a `--mirror` clone of my repository: ```shell $ bfg --replace-text passwords.txt my-repo.git $ cd my-repo.git $ git reflog expire --expire=now --all && git gc --prune=now...
- [x] I have searched open and closed issues for duplicates - [x] I am submitting a bug report for existing functionality that does not work as intended - [x]...