summary refs log blame commit diff stats
path: root/compiler/testability.nim
blob: ceefd0a5e322041019cf91ced1903ae562118430 (plain) (tree)
1
2
3
4
5




                                               
template tests*(body: stmt) {.immediate.} =
  when defined(selftest):
    when not defined(unittest): import unittest
    body