Skip to content

fix(assertions): add flags param to assert_not_contains_regex#99

Open
gastondana627 wants to merge 7 commits intoKaggle:cifrom
gastondana627:fix/assert-not-contains-regex-flags
Open

fix(assertions): add flags param to assert_not_contains_regex#99
gastondana627 wants to merge 7 commits intoKaggle:cifrom
gastondana627:fix/assert-not-contains-regex-flags

Conversation

@gastondana627
Copy link
Copy Markdown

Summary

Adds the flags keyword-only argument to assert_not_contains_regex, matching the same change made to assert_contains_regex in PR #82.

Changes

  • Added *, flags=re.RegexFlag.NOFLAG parameter to assert_not_contains_regex
  • Passed flags=flags into the re.search() call
  • Updated docstring to document the new flags argument

Related

Addresses reviewer feedback from #82 where dolaameng noted: "We should change assert_not_contains_regex too."

dolaameng and others added 7 commits March 24, 2026 17:14
Adds a kaggle-bench CLI with two subcommands:
- run: publish and run a local benchmark script on Kaggle
- fork: pull an existing Kaggle benchmark notebook for local editing

Extends the BenchmarkNotebookClient SDK from PR Kaggle#90 with a
command-line interface so users can trigger benchmark runs
directly from the terminal without writing Python boilerplate.

Tests: 5 new unit tests covering help output, argument
parsing, and correct delegation to BenchmarkNotebookClient.
@s-alexey
Copy link
Copy Markdown
Contributor

Thanks for the contribution. For independent changes, please base your branch on ci and omit unrelated commits.

@dolaameng
Copy link
Copy Markdown
Collaborator

@gastondana627 wonder if you still want to work on this. The change should be straightforward after you rebase it on ci.

@gastondana627
Copy link
Copy Markdown
Author

gastondana627 commented Apr 2, 2026

Thanks @dolaameng and @s-alexey, yes, I still want to get this in, however if you want to take care of it thats fine as well. It's a busy week on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants