Skip to content
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

Testrunner-with-args #80

Merged
merged 3 commits into from
Feb 5, 2016
Merged

Testrunner-with-args #80

merged 3 commits into from
Feb 5, 2016

Conversation

jaa127
Copy link
Contributor

@jaa127 jaa127 commented Feb 4, 2016

This adds command line support to test runner, and makes sure that old, stale files won't be used as output. This is testing-only change.

Please use commit (d9aaeb2) for review, because that is the actual commit with changes. Last commit is indentation fix (tab -> spaces), with no functional changes, but github can't show that (e.g. "diff -w")?

This adds extra command line arg support for test runner. Also, remove
old stale output-files, so that they won't mask potential test failures.
This fixes indetation (tab -> spaces), and reformat one line.
No functional changes.
@hrj
Copy link
Owner

hrj commented Feb 5, 2016

Last commit is indentation fix (tab -> spaces), with no functional changes, but github can't show that (e.g. "diff -w")?

You can append ?w=1 to the URL that shows a diff, to ignore whitespace.

For example this

Do not delete files automatically. Use in-memomry filesystem in future
for output. It's safer that way (Review: PR hrj#80 / 2016-02-05).
@jaa127
Copy link
Contributor Author

jaa127 commented Feb 5, 2016

Yes, the in-memory filesystem is better way to do it. I removed the line and added a todo. In-memory filesystem change can be done later, but it would be nice to have that args support first for transactions filter testing.

Thanks for that ?w=1 tip!

hrj added a commit that referenced this pull request Feb 5, 2016
@hrj hrj merged commit 6021048 into hrj:master Feb 5, 2016
@hrj
Copy link
Owner

hrj commented Feb 5, 2016

In-memory filesystem change can be done later, but it would be nice to have that args support first for transactions filter testing.

Agreed!

Thanks for the PR

@jaa127 jaa127 deleted the testrunner-with-args branch February 5, 2016 07:16
@hrj hrj added this to the Version 0.3 milestone Jun 24, 2016
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.

None yet

2 participants