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 Unit test for tensorspace #52

Open
syt123450 opened this issue Sep 21, 2018 · 5 comments
Open

Add Unit test for tensorspace #52

syt123450 opened this issue Sep 21, 2018 · 5 comments
Assignees
Labels
help wanted Extra attention is needed test General test (any kind)

Comments

@syt123450
Copy link
Member

syt123450 commented Sep 21, 2018

Write unit test for utils, add test script under test/unit folder.

@syt123450 syt123450 self-assigned this Sep 21, 2018
@syt123450 syt123450 added the test General test (any kind) label Sep 21, 2018
@syt123450 syt123450 added the help wanted Extra attention is needed label Nov 6, 2018
syt123450 added a commit that referenced this issue Nov 12, 2018
syt123450 added a commit that referenced this issue Nov 12, 2018
@BoTime
Copy link
Member

BoTime commented Jan 10, 2019

@BoTime
Copy link
Member

BoTime commented Jan 13, 2019

Sample repo for using karma + headless chromium + jasmine in TravisCI

https://github.com/BoTime/travisci-test

@syt123450
Copy link
Member Author

I Added a basic test case here in testcase branch. @BoTime

@BoTime
Copy link
Member

BoTime commented Jan 18, 2019

https://github.com/BoTime/travisci-test
https://github.com/BoTime/travisci-test/blob/master/test/e2e.spec.js

A working example to test Tensorspace based on your example. But your example is more like an integration test or e2e test.

To run it

# set environment to Travis
export CI=true

npm install
npm test

# reset to environment to local
unset CI

@syt123450

@BoTime
Copy link
Member

BoTime commented Jan 19, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed test General test (any kind)
Projects
None yet
Development

No branches or pull requests

3 participants