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

Configurator Unit Tests #174

Commits on Jun 13, 2024

  1. First additions

    Added __init__.py for test module.
    Added test_configurators.py.
    Added basic fixtures and construction tests.
    Chase-Grajeda committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a506e9a View commit details
    Browse the repository at this point in the history
  2. Remaining tests

    Added remaining unit tests
    Chase-Grajeda committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    867bca5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Added conftest

    Separated fixtures and placed them in conftest.py
    Chase-Grajeda committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a154911 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Added requested changes

    Added batch_size, set_size, and num_features parameterizations in conftest.py.
    Combined repetitive fixtures in conftest.py.
    Combined repetitive tests in test_configurators.py.
    Parameterized Configurator initialization in conftest.py.
    Parameterized parameter selection in conftest.py.
    Removed initialization tests in test_configurators.py.
    Added summary_inputs and summary_conditions to parameters.
    Changed instances of '==None' to 'is None'.
    Removed 'config=Configurator' instances in test_configurators.py.
    Chase-Grajeda committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b2922ca View commit details
    Browse the repository at this point in the history