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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -