Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 12, 2024
1 parent 1b36e27 commit d5083eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/data/integer/invalid_integer_data.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import test_data.{type IntegerTestData, IntegerTestData}
// TODO: Add direct testing of sending in a handful of error values into python and asserting we are constructing correct records
// TODO: Can we analyze the Exception and form a structured json string within Python that we can more safely deserialize, over a regex?
// Include exception type (ValueError), message, and values that are injected into the message? If possible
// TODO: Should each test data define Error() rathter than generically constructing it in the error function?

fn invalid_literal_for_int_error(input: String, base: Int) -> PythonError {
let message =
Expand Down

0 comments on commit d5083eb

Please sign in to comment.