Skip to content

cpython: Added gate test#79

Open
abhishrestha wants to merge 3 commits into
OpenPrinting:masterfrom
abhishrestha:gate-tests
Open

cpython: Added gate test#79
abhishrestha wants to merge 3 commits into
OpenPrinting:masterfrom
abhishrestha:gate-tests

Conversation

@abhishrestha

@abhishrestha abhishrestha commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Adds tests for keys, hasattr/hasitem/delitem false branches,
makeBool/makeDict/makeFloat/makeTuple/makeUint, decodeUint64
overflow, decodeBigint/decodeBytes type errors, Slice(), and
multi-frame traceback handling in lastErrorLocation. Raises
gate.go coverage from the reported baseline to ~93%+.

Comment thread cpython/gate_test.go
if err != nil {
t.Fatalf("Int: %v", err)
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, remove these unneeded changes in code formatting

I can accept code formatting changes when necessary, but will strongly prefer them to be put into separate changesets. A changeset that adds/modifies some functionality should not be mixed with the changeset that brings only cosmetical changes

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.

2 participants