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

Add (API) Integration Tests for basic operations #12

Closed
3 tasks
mfelsche opened this issue Mar 8, 2022 · 0 comments · Fixed by #19
Closed
3 tasks

Add (API) Integration Tests for basic operations #12

mfelsche opened this issue Mar 8, 2022 · 0 comments · Fixed by #19
Labels
enhancement New feature or request

Comments

@mfelsche
Copy link
Contributor

mfelsche commented Mar 8, 2022

To verify that the playground (minus the frontend) is actually working, we need some integration tests to run upon every PR and merge to main:

  • Running some piece of code after calling the API
  • Compiling some piece of code to ASM/LLVM IR output
  • OPTIONAL: sharing a gist using the github API - this one is hard to mock, actually.

For more information on how this is imagined to look like:

@mfelsche mfelsche added the enhancement New feature or request label Mar 8, 2022
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Mar 8, 2022
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants