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

Add UnitTests for modules #78

Closed
remie opened this issue Sep 16, 2015 · 0 comments
Closed

Add UnitTests for modules #78

remie opened this issue Sep 16, 2015 · 0 comments
Assignees
Milestone

Comments

@remie
Copy link
Collaborator

remie commented Sep 16, 2015

The recent refactoring proved that it is very likely that small bugs are introduced when rewriting code. These issues can be prevented with proper unit tests for node modules.

@remie remie added this to the 0.0.7 milestone Sep 16, 2015
@remie remie self-assigned this Sep 16, 2015
remie added a commit that referenced this issue Sep 16, 2015
Making adjustments to localstorage module to enable unit testing
remie added a commit that referenced this issue Sep 16, 2015
Making adjustments to settings module to enable unit testing
remie added a commit that referenced this issue Sep 16, 2015
Adding unit tests for localstorage module
remie added a commit that referenced this issue Sep 16, 2015
Adding unit tests for settings module
remie added a commit that referenced this issue Sep 16, 2015
Setting up karma / mocha / chai framework and adding gulp task
remie added a commit that referenced this issue Sep 17, 2015
Making adjustments to scheduler module to enable unit testing
remie added a commit that referenced this issue Sep 17, 2015
Adding unit tests for scheduler module
remie added a commit that referenced this issue Sep 17, 2015
Refactoring modules in preparation of unit test creation
remie added a commit that referenced this issue Sep 17, 2015
Refactoring modules in preparation of unit test creation
remie added a commit that referenced this issue Sep 17, 2015
Adding Istanbul code coverage to mocha test run
remie added a commit that referenced this issue Sep 17, 2015
Refactoring modules in preparation of unit test creation
remie added a commit that referenced this issue Sep 17, 2015
Adding additional tests for Scheduler, Settings and LocalStorage modules based on test coverage report
remie added a commit that referenced this issue Sep 17, 2015
Adding Travis CI YAML file for automatic build & test instructions
remie added a commit that referenced this issue Sep 17, 2015
Adding Travis CI YAML file for automatic build & test instructions
remie added a commit that referenced this issue Sep 17, 2015
Adding Travis CI YAML file for automatic build & test instructions
remie added a commit that referenced this issue Sep 17, 2015
Adding Travis CI YAML file for automatic build & test instructions
remie added a commit that referenced this issue Sep 17, 2015
Adding additional tests for LocalStorage modules based on test coverage report
remie added a commit that referenced this issue Sep 18, 2015
Refactoring modules in preparation of unit test creation
remie added a commit that referenced this issue Sep 18, 2015
Adding additional tests for LocalStorage modules based on test coverage report
remie added a commit that referenced this issue Sep 18, 2015
Updating Travis CI YAML file for automatic test instructions and code climate integration
remie added a commit that referenced this issue Sep 19, 2015
Refactoring Middleware module in preparation of unit test creation
remie added a commit that referenced this issue Sep 19, 2015
Adding unit tests for middleware module
remie added a commit that referenced this issue Sep 19, 2015
Refactoring Routes module in preparation of unit test creation
remie added a commit that referenced this issue Sep 19, 2015
Adding unit tests for routes module
remie added a commit that referenced this issue Sep 20, 2015
Refactoring S3Storage module in preparation of unit test creation
remie added a commit that referenced this issue Sep 20, 2015
Adding unit tests for S3Storage module
remie added a commit that referenced this issue Sep 20, 2015
Refactoring local storage module and unit tests to conform to Common JS control flow instead of using event based callback
remie added a commit that referenced this issue Sep 20, 2015
Refactoring middleware module and unit tests to avoid blocking of unit test execution by nunjucks fs watch
remie added a commit that referenced this issue Sep 20, 2015
Refactoring YouTransfer module in preparation of unit test creation
remie added a commit that referenced this issue Sep 20, 2015
Adding unit tests for YouTransfer module
remie added a commit that referenced this issue Sep 20, 2015
Refactoring modules as a result of unit test creation
remie added a commit that referenced this issue Sep 20, 2015
Reverting changes to Travis CI YAML file for automatic build & test instructions as it is complaining about missing config
remie added a commit that referenced this issue Sep 20, 2015
Fixing unit tests for settings module, pushing settings changed does not work if settings.json does not exist
@remie remie closed this as completed in f3f90d5 Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant