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

Make BugPattern{,Test}Extractor tests more maintainable #937

Merged
merged 2 commits into from
Jan 10, 2024

Commits on Jan 10, 2024

  1. Make BugPattern{,Test}Extractor tests more maintainable

    As we're moving to a Java-based website generator located in the same
    package as the `Extractor` implementations, there is no need to validate
    the exact format of generated files; only that the data can be
    deserialized again.
    
    While there, track the source file from which data is extracted.
    Stephan202 authored and rickie committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5d9c0a8 View commit details
    Browse the repository at this point in the history
  2. Add JsonTest

    Stephan202 authored and rickie committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9a0ad2b View commit details
    Browse the repository at this point in the history