ctowers
ctowers

Reputation: 161

Codility. How to run own test cases?

I know this is a silly question but I would like to know how to execute own test cases in a Codility test. I can add several test inputs to my function but I don't know how execute it using these values.

I appreciate any input.

Upvotes: 15

Views: 14553

Answers (1)

Jaszczur
Jaszczur

Reputation: 166

After adding test cases you can simply click "run" - it will run your function on default tests and your tests too. Return value of your function will be visible in console under the run button.

(Remember that Codility doesn't check your answers on your own tests!)

Upvotes: 6

Related Questions