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

Create Unit Tests for Engine #8

Open
ZanderCowboy opened this issue Aug 7, 2023 · 2 comments
Open

Create Unit Tests for Engine #8

ZanderCowboy opened this issue Aug 7, 2023 · 2 comments
Labels
engine Engine

Comments

@ZanderCowboy
Copy link
Owner

Need to create unit tests for the Engine.

This needs to ensure that all possible cases for user input is tested.

@ZanderCowboy ZanderCowboy added the engine Engine label Aug 7, 2023
@ZanderCowboy
Copy link
Owner Author

Create Unit Tests for Test_Cases in regular_expression.py

@ZanderCowboy
Copy link
Owner Author

ZanderCowboy commented Oct 15, 2023

This is for check_brackets.py

todo Add to Unit Test

  • check_brackets tests
  • test_check_brackets = ['(',')']
  • test_check_brackets = ['(','(',')',')']
  • test_check_brackets = ['(', '(',')', '(',')', ')']
  • test_check_brackets = ['(', '(',')', '(','(',')','(',')',')', ')']
  • test_check_brackets = ['(', '(',')', '(', '(',')', ')'] # False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Engine
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant