qba73 / robot

Re-designed exercise from the Exercism platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robot

Re-designed robot-name exercise from the Exercism platform.

Run tests

➜  robot git:(main) go test -race -v
=== RUN   TestNameValid
=== PAUSE TestNameValid
=== RUN   TestNameSticks
=== PAUSE TestNameSticks
=== RUN   TestSuccessiveRobotsHaveDifferentNames
=== PAUSE TestSuccessiveRobotsHaveDifferentNames
=== RUN   TestResetName
=== PAUSE TestResetName
=== RUN   TestMultipleNames
=== PAUSE TestMultipleNames
=== RUN   TestCollisions
=== PAUSE TestCollisions
=== CONT  TestNameValid
=== CONT  TestNameSticks
=== CONT  TestResetName
=== CONT  TestMultipleNames
--- PASS: TestResetName (0.00s)
--- PASS: TestNameSticks (0.00s)
--- PASS: TestNameValid (0.00s)
=== CONT  TestSuccessiveRobotsHaveDifferentNames
=== CONT  TestCollisions
--- PASS: TestSuccessiveRobotsHaveDifferentNames (0.00s)
--- PASS: TestMultipleNames (0.01s)
--- PASS: TestCollisions (22.94s)
PASS
ok  	github.com/qba73/robot	24.794s

About

Re-designed exercise from the Exercism platform.

License:MIT License


Languages

Language:Go 100.0%