-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tests logic #1369
Tests logic #1369
Conversation
ninabreznik
commented
Jun 18, 2018
•
edited
Loading
edited
Insight for the first implementation of the test tab: The panel contains:
test1, test2 and test3 are solidity contracts implementing tests, they can be located in any
And how should that change when we make things selectable (when we add checkboxes to select which tests we want to run)?
|
src/app/tabs/test-tab.js
Outdated
callback(error) | ||
}, api.importFileCb) | ||
} | ||
}) | ||
} | ||
|
||
let runTests = function () { | ||
container.innerHTML = '' | ||
function getTests () { |
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.
test files list should also be updated when the currentPath
change, not sure this is implemented here