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

Tool to load in test fixtures #19

Closed
jvilk opened this issue May 12, 2013 · 2 comments
Closed

Tool to load in test fixtures #19

jvilk opened this issue May 12, 2013 · 2 comments

Comments

@jvilk
Copy link
Owner

jvilk commented May 12, 2013

I'm already working on writing this.

Add a tool that emits a JavaScript script that loads a directory of test files into the current file system.

This will allow us to use Node's fixtures.

Note that this will need to be synchronous for now due to how our tests are run, so I'll likely hack it in specifically for the localStorage test. Later on, if we can make the tests asynchronous, we can alter the tool to emit asynchronous loading code that triggers the test start when it completes.

@jvilk
Copy link
Owner Author

jvilk commented May 12, 2013

Actually, maybe #20 should be made priority. I'll table this until #20 is completed, then I can do this 'properly'.

@jvilk
Copy link
Owner Author

jvilk commented May 22, 2013

Already done.

@jvilk jvilk closed this as completed May 22, 2013
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

1 participant