mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
7f7d1e30f3
## Summary These tests were getting a bit unwieldy, and they're starting to become load-bearing. Let's clean them up, and get them working solidly so we can easily expand this harness with new tests. ## Test Plan - [x] Tests continue to pass
5 lines
50 B
Plaintext
5 lines
50 B
Plaintext
class BaseClass:
|
|
def method():
|
|
|
|
return True
|