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

test: refactored tests #389

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 2, 2023

  1. Fixed a few linting issues

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fa62798 View commit details
    Browse the repository at this point in the history
  2. chore: full relinting

    * enabled linting check in CI (github action)
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c0dd564 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. test: refactored tests

    * focused on test readability
    * generalized usage of sub-tests
    * reduced the need for test helpers
    * introduced test dependency: github.com/stretchr/testify
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    bc2d4d1 View commit details
    Browse the repository at this point in the history