Skip to content

Code Testing Integration #9

Description

@DavidMiserak

User Story:
As a developer learning programming concepts,
I need to be able to test code snippets directly from flashcards
So that I can verify my understanding through execution.

Details and Assumptions:

  • Support running code snippets in common languages
  • Display execution results
  • Handle basic input/output for testing
  • Implement sandboxing for security

Acceptance Criteria:

Given a card contains an executable code snippet
When I click "Run Code"
Then the code should execute and display the results

Given a code snippet requires input
When I run the code
Then I should be prompted for input values

Given a code snippet execution results in an error
When I run the code
Then I should see a clear error message explaining the issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions