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

Improve testing #52

Merged
merged 10 commits into from
Jun 13, 2024
Merged

Improve testing #52

merged 10 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. Add timeout on short test

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7888d51 View commit details
    Browse the repository at this point in the history
  2. Check only TopBit values when sorting Records

    This is to fix errors/no-returns in cases where there are duplicate
    TopBit values in the domain
    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3ae1618 View commit details
    Browse the repository at this point in the history
  3. Add time limits to tests

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    12a6161 View commit details
    Browse the repository at this point in the history
  4. Remove not null guards

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    64a808c View commit details
    Browse the repository at this point in the history
  5. Update formatting and exports

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    397778c View commit details
    Browse the repository at this point in the history
  6. Add returns for short lists

    This is because setting the bytesize as the natural log of a low number
    when the list is very short is problematic
    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    189a7bd View commit details
    Browse the repository at this point in the history
  7. Add guard for null domain

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    95aadbd View commit details
    Browse the repository at this point in the history
  8. Cleanup

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    072d865 View commit details
    Browse the repository at this point in the history
  9. Use QuickCheck

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    732efb2 View commit details
    Browse the repository at this point in the history
  10. Add notes for 0.2.0.1

    kaBeech committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8ae691a View commit details
    Browse the repository at this point in the history