node.js - Tests with image processing -
i'm building application image processing using node.js , opencv.
my question more testing. should include images in project testing (that 100mb), or should 'enable' deep testing command line, , pass in folder/list-file parameters of testing?
i'm using mocha node.js.
depend on purposes pursue.
if need:
- compact sized test environment;
- more flexible tests.
=> not include images test project.
if need:
- easy run tests.
=> include images test project.
Comments
Post a Comment