Skip to content

Instantly share code, notes, and snippets.

@jmhobbs
Created November 1, 2020 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmhobbs/61818db93dfdb9dc384a175d8aa4aa7f to your computer and use it in GitHub Desktop.
Save jmhobbs/61818db93dfdb9dc384a175d8aa4aa7f to your computer and use it in GitHub Desktop.
A passing Nim unit test.
import unittest
suite "description for this stuff":
test "essential truths":
require(true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment