GitHub - codewars/factor: Container image for Factor

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Factor

Container image for Factor used by CodeRunner.

Examples

Use bin/run to test examples inside examples/.

# Usage: ./bin/run $example_name
./bin/run passing

NOTE: The CodeRunner supports arbitrary vocabulary name for the tests, but the examples must use kata.tests for simplicity.

Building

docker build -t ghcr.io/codewars/factor:latest .