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

Recover vows tests, drop proof tests #59

Merged
merged 13 commits into from
Jun 28, 2020

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    727bc46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df71550 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. test: Add assert that checks loose and strict equality

    - Strict checks throw when `process.env.XMLDOM_ASSERT_STRICT` is truthy,
      otherwise they are only logged when they fail
    - `assert.skip(...)` can be used for failing assertions (and need to be removed when they no longer fail)
    - tests for `assert` and `assert.skip` are part of `npm run test`
    karfau committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4f24b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6cc7d9 View commit details
    Browse the repository at this point in the history
  3. test: Use vows to run existing tests

    Renamed the qualifying `.js` files to `.vows.js` to simplify filtering.
    karfau committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b4ddd3b View commit details
    Browse the repository at this point in the history
  4. test: Assert the behavior since 0.1.27

    The `assert.throw` fails since the code no longer throws exceptions when parsing fails.
    karfau committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    37d5fb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8170e59 View commit details
    Browse the repository at this point in the history
  6. test(dom): Restore assertions

    karfau committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    e8dc130 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fe337c View commit details
    Browse the repository at this point in the history
  8. test(html): Restore assertions

    karfau committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a38dd8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f475ed View commit details
    Browse the repository at this point in the history
  10. test: Drop useless proof tests

    karfau committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    abf8e26 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. reformat return statement in test/assert.js

    The primary purpose is to make it absolutely clear
    that the return expression spans multiple lines,
    should be a little more consistent with
    Prettier formatting.
    brodybits committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    ff3af95 View commit details
    Browse the repository at this point in the history