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

Test improvements: use fixtures #540

Merged
merged 8 commits into from Dec 27, 2015
Merged

Test improvements: use fixtures #540

merged 8 commits into from Dec 27, 2015
Commits on Dec 27, 2015
  1. test: blocklist-dht: use run-series

    feross committed Dec 19, 2015
    this is simpler
  2. alphabetize package.json

    feross committed Dec 19, 2015
    using fixpack
  3. style

    feross committed Dec 19, 2015
  4. torrent server only call internal `server.close` once

    feross committed Dec 19, 2015
    If the user calls `server.close()` on the http server returned by
    `torrnet.createServer()` then we should not call it in
    `server.destroy()` or node will return an error
  5. test: All remaining tests use new fixtures

    feross committed Dec 21, 2015
    - Tests use new fixtures in common.js
    - Tests ensure that destroy callbacks don’t fire an error
  6. test: remove sample trackers

    feross committed Dec 21, 2015
You can’t perform that action at this time.