Skip to content

simon/simple swift tokenizer tests #8

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

Merged
merged 7 commits into from
Apr 24, 2025

Conversation

AdonisCodes
Copy link
Contributor

@AdonisCodes AdonisCodes commented Apr 20, 2025

Reason

Testing via "Feels-based" testing is effective very early in a projects development, but this doesn't work at scale where the smallest of change can topple a system. Considering the previous sentence we need to implement some way of testing our code effectively with every new addition!

Tech Details List

  • Implements a couple test-cases to ensure all is covered by the current Tokenizer Implementation
  • Implements the GetAutomaApp/opensource-actions/swifttesting action to run tests

Tasks:

  • Ensure all tests for the tokenizer are exhaustive (try to catch all edge cases)

Links:

ISSUE-7
closes/resolves #7

Testing

  • Ensure Specs pass (GHA)

@AdonisCodes AdonisCodes self-assigned this Apr 23, 2025
@AdonisCodes AdonisCodes marked this pull request as ready for review April 24, 2025 00:08
@AdonisCodes AdonisCodes merged commit f0e9c20 into main Apr 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate SwiftTesting Action
1 participant