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

Automated Testing #3

Open
DirkToewe opened this issue Nov 18, 2019 · 1 comment
Open

Automated Testing #3

DirkToewe opened this issue Nov 18, 2019 · 1 comment

Comments

@DirkToewe
Copy link
Owner

Testing on different platforms and browsers is a good idea, so is automatically testing pushes and pull requests. Travis CI offers free capacities for open source projects. Setting up automated testing should be one of the next steps for ND4JS.

The following issues with testing need to be fixed first:

  • Testing must be faster
  • Testing must be reproducible (e.g. via seedrandom)
@DirkToewe
Copy link
Owner Author

Every test is now roughly under 5sec while testing in parallel on a R9 3900X. A reproducible RNG is now supported but not all tests use it yet. The plan is to, step by step, replace Math.random in all unstable tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant