Skip to content

Commit

Permalink
pythongh-90916: Improve readability of expected Instruction lists in …
Browse files Browse the repository at this point in the history
…test_dis

* Use a table with aligned elements rather than a list of
  `Instruction(key=value, ...)` constructors
* Don't specify `positions=None` since it never changes.
* Shorten overly-long string literals in test code.
* Fix the one test that depends on its own line number.
  • Loading branch information
martindemello committed Sep 1, 2022
1 parent 0cd33e1 commit 58e4c93
Showing 1 changed file with 206 additions and 191 deletions.
Loading

0 comments on commit 58e4c93

Please sign in to comment.