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

25-validation-error-on-number-fields #29

Merged
merged 11 commits into from
Sep 10, 2024

Commits on Sep 6, 2024

  1. feat: Add unit tests for NutrientValue, Value, Specification, and NPK…

    …Validation
    
    This commit adds unit tests for the NutrientValue, Value, Specification, and NPKValidation classes. The tests cover both valid and invalid cases for each class, ensuring that the classes handle different edge cases correctly.
    
    Issue #25
    Endlessflow committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3ec75f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. fix: cleaned up superfluous test case in test_inspection.py and made …

    …all tests pass in inspection.py
    Endlessflow committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8e1501b View commit details
    Browse the repository at this point in the history
  2. fix: lint fixes

    Endlessflow committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a6ade42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52518fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    314beee View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    1c914b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed5896 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    a23ca31 View commit details
    Browse the repository at this point in the history
  2. Revert "use type instead of isinstance"

    This reverts commit a23ca31.
    k-allagbe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f0991d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd6f603 View commit details
    Browse the repository at this point in the history
  4. Revert "use type instead of isinstance"

    This reverts commit cd6f603.
    k-allagbe committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ef7939d View commit details
    Browse the repository at this point in the history