Sha256: ff47daf26af9ac4e4afefa66d5c6f777b6628a6e89051cf75449fe7820a31b6a
Contents?: true
Size: 580 Bytes
Versions: 340
Compression:
Stored size: 580 Bytes
Contents
## Running tests To compile and run the tests, just run the following in your exercise directory: ```bash $ ponyc $ ./exercise-name ``` (Replace `exercise-name` with the name of the exercise directory) The compiled binary runs the tests in its Main actor, so just run the binary and see if your tests passed. Pony checks all code at compile time, so you may find that your tests won't compile until you write the required code. You can comment out tests that won't compile by starting each line with a `//`. Then, when you're ready to work on that test, you can un-comment it.
Version data entries
340 entries across 340 versions & 1 rubygems