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

Investigate use fs mocks to speed up tests #254

Closed
davewasmer opened this issue Feb 21, 2017 · 1 comment
Closed

Investigate use fs mocks to speed up tests #254

davewasmer opened this issue Feb 21, 2017 · 1 comment
Milestone

Comments

@davewasmer
Copy link
Collaborator

The CommandAcceptanceTest module does a decent amount of filesystem work creating tmp dummy app copies. We should investigate:

  1. How much of test latency is related to fs work done my command/app acceptance test modules?
  2. If it's a significant amount, could we reduce it by introducing fs mocks?

Relevant links:

@davewasmer
Copy link
Collaborator Author

This has moved to the CLI, and at this point doesn't seem likely to be worth the effort and added complexity. Happy to revisit if anyone feels differently, but closing for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant