-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
applet: extract test code to a separate file. #448
Conversation
H-how did you do it so quickly?! |
But yeah the |
So right now |
Mhm. I suppose you'd also want the testcases outside of applets extracted to |
Inevitably, yeah. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For non-applets the tests should be in a top-level directory tests/
, that exists side-by-side with software/glasgow/
. (For applets we break this rule to make applets contained within a single directory, which is something I want to keep forever.)
It seems we cannot have the directory at top level ( |
Yes sorry, I meant under |
4f0a0dc
to
4e1412e
Compare
OK, this should now be done except for the |
How about this as an approach for
Sounds good? |
4e1412e
to
e30d5bb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work as usual, @mwkmwkmwk!
@attie Looks like I cannot merge this without your consent as a code owner (!), which would be appreciated ASAP. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not reviewed in detail, but looks like a good step to me - thanks both!
77ca247
Fixes #447.