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

Better integration tests #3

Merged
merged 1 commit into from
Sep 7, 2013
Merged

Better integration tests #3

merged 1 commit into from
Sep 7, 2013

Conversation

tschaub
Copy link
Owner

@tschaub tschaub commented Sep 7, 2013

Currently, the integration tests are run by chaining together a series of tasks in the main gruntfile.js. This works for some limited cases, but is getting awkward to maintain. Instead, test fixtures should include their own gruntfile.js and assertions should be made after running the default tasks.

@tschaub
Copy link
Owner Author

tschaub commented Sep 7, 2013

This is painful for a number of reasons. One is that to test successive runs of the same task after file modification, we have to wait ~1s due to the mtime resolution on OSX. But, tests are passing.

tschaub added a commit that referenced this pull request Sep 7, 2013
@tschaub tschaub merged commit 6e1cc0a into master Sep 7, 2013
@tschaub tschaub deleted the integration-tests branch September 7, 2013 00:32
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

1 participant