Sha256: 6c9fa2da41eef53fd3fdc66f9d6d2c3c5f3c0782003314e08af3aa011f98fe64
Contents?: true
Size: 836 Bytes
Versions: 74
Compression:
Stored size: 836 Bytes
Contents
# {{ .Spec.Name }} {{ .Spec.Description -}} {{- with .Hints }} {{ . }} {{ end }} ## Running Ceylon Tests Before tests can be run, your code must be compiled via [`ceylon compile`](https://ceylon-lang.org/documentation/current/reference/tool/ceylon/subcommands/ceylon-compile.html). We run tests with the [`ceylon test`](https://ceylon-lang.org/documentation/reference/tool/ceylon/subcommands/ceylon-test.html) command. `ceylon test` expects a module name to run the tests on. In the Ceylon track, each exercise has just a single module. Therefore, you can run the tests with: ```bash ceylon compile && ceylon test $(basename source/*) ``` {{ with .Spec.Credits }} ## Source {{ . }} {{ end }} ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
74 entries across 74 versions & 1 rubygems