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

Improve Testing #1781

Open
1 of 12 tasks
lastmjs opened this issue May 16, 2024 · 0 comments
Open
1 of 12 tasks

Improve Testing #1781

lastmjs opened this issue May 16, 2024 · 0 comments
Assignees
Milestone

Comments

@lastmjs
Copy link
Member

lastmjs commented May 16, 2024

  • Implement context sharing in tests, return context from one test and pass it into the next, to remove the need for global variables
  • Implement universal expected actual thing for when tests fail

Special Considerations

  • audio_and_video has an odd return false situation (maybe an equals that takes no params) in both test cases
    • It's a little more complicated than that, it seems like we don't want to return true at that point we just want to return false if it's false
    • I'm guessing what we actually want to do is return an error at this point
  • complex_types could benefit from an equals that takes not parameters
  • candid_keywords
  • candid_encoding
  • audio recorder (tsc failing)
  • bitcoin (tsc failing (same as audio recorder ) (saar))
  • canister (saar)
  • cross_canister_calls
  • cycles
  • http_outcall_fetch
@lastmjs lastmjs added this to the Q2 2024 milestone May 16, 2024
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

No branches or pull requests

2 participants