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

Test Suite #13

Open
CWSpear opened this issue Dec 30, 2016 · 0 comments
Open

Test Suite #13

CWSpear opened this issue Dec 30, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@CWSpear
Copy link
Collaborator

CWSpear commented Dec 30, 2016

Create an integration-esque test suite that will do some file manipulations that people can use to quickly see how they're adapter is doing.

Proposed usage:

npm install --dev filesystem-test-suite
import testSuite from 'filesystem-test-suite';
import MyAdapter from '../adapter';

const myAdapter = new MyAdapter({ /* optional opts */ });

testSuite(myAdapter);

This will run tests using that adapter.

@CWSpear CWSpear added the task label Dec 30, 2016
@CWSpear CWSpear added this to the v1 milestone Dec 30, 2016
@CWSpear CWSpear self-assigned this Dec 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant