summary refs log blame commit diff stats
path: root/tests/stdlib/tnativesockets.nim
blob: c683647bc08f3b70c0b0a3ff6c51c0da1ec3f011 (plain) (tree)
1
2
3
4
5
6
7
8







                                
import nativesockets, unittest

suite "nativesockets":
  test "getHostname":
    let hostname = getHostname()
    check hostname.len > 0
    check hostname.len < 64