Sha256: addfbef2cf5cf2fd57fc115444970b60a4490342e39eaa90cb5524df5b7da80e
Contents?: true
Size: 364 Bytes
Versions: 44
Compression:
Stored size: 364 Bytes
Contents
## Running Ceylon Tests 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 test $(basename source/*) ```
Version data entries
44 entries across 22 versions & 1 rubygems