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

Look for test files recursively #43

Open
itstehkman opened this issue Jun 8, 2018 · 4 comments
Open

Look for test files recursively #43

itstehkman opened this issue Jun 8, 2018 · 4 comments

Comments

@itstehkman
Copy link

itstehkman commented Jun 8, 2018

const temp = fs.readdirSync(path.resolve(this.testPath)).filter(file => {

This would be a nice feature and is a quick fix, using a package like file. You may also want to consider allowing several test paths from the command line.

@pfletcherhill
Copy link
Member

Great idea. Want to make a PR? ;)

@itstehkman
Copy link
Author

itstehkman commented Jun 8, 2018

@pfletcherhill yes i'd love to! I'm trying to use espresso in zos-cli to speed up some tests. Solidity testing is 🐌

@pfletcherhill
Copy link
Member

@itstehkman that would be awesome! @mertcelebi recently pushed some updates after using espresso with kimono. But we admittedly have had trouble finding time to make significant changes. Would really appreciate your help if you're already digging into the code.

@itstehkman
Copy link
Author

I don't have much time either but if I see an opportunity to make a PR, I'll go ahead and do that :D

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

No branches or pull requests

2 participants