Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

refactor(tests): Move unit tests files to unittests folder #96

Merged
merged 1 commit into from
May 31, 2023

Conversation

xmnlab
Copy link
Contributor

@xmnlab xmnlab commented May 31, 2023

Move unit tests files to a new folder unittests

PR Checklist

Ensure that:

  • it includes tests.
  • the tests for your implementation are executed on CI.
  • it includes documentation
  • the PR's title is according to the semantic-release pattern and
    Conventional Commits.
    • build: Changes that affect the build system or external dependencies (example scopes: cmake, meson, etc)
    • ci: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
    • docs: Documentation only changes
    • perf: A code change that improves performance
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding missing tests or correcting existing tests
    • chore: Can be used as a generic task for tasks such as CI, test, support tasks or any other task that is not user facing task.
    • feat: is used for a new feature or when a existent one is improved.
    • fix: is used when a bug is fixed.
    • fix! or feat!: is used when there is a compatibility break.
  • pre-commit hooks were executed locally

@xmnlab xmnlab merged commit 2349e1a into arxlang:main May 31, 2023
@xmnlab xmnlab deleted the move-tests-files branch May 31, 2023 18:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant