summary refs log tree commit diff stats
path: root/compiler/testability.nim
blob: 4587a5344550d27598ad37b0e017baf9125f6b87 (plain) (blame)
1
2
3
4
5
template tests*(body: stmt) {.immediate.} =
  when defined(selftest):
    when not declared(unittest): import unittest
    body