Update tests for DiffParser kwargs change.

Review Request #14287 — Created Jan. 7, 2025 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

A recent(ish) change made it so the args to DiffParser and friends are
keyword-only. This was causing a bunch of warnings to pop up when
running the tests.

Ran unit tests and saw no relevant warnings.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Update tests for DiffParser kwargs change.
A recent(ish) change made it so the args to DiffParser and friends are keyword-only. This was causing a bunch of warnings to pop up when running the tests. Testing Done: Ran unit tests and saw no relevant warnings.
3f76955f49a1fc4bdcdff2e78e3be000cfaf726e David Trowbridge
Update tests for DiffParser kwargs change.
A recent(ish) change made it so the args to DiffParser and friends are keyword-only. This was causing a bunch of warnings to pop up when running the tests. Testing Done: Ran unit tests and saw no relevant warnings.
6a4a57ac566cb1097415a3edd84ac352571d2cf6 David Trowbridge
reviewboard/diffviewer/tests/test_diffx_parser.py
Loading...