test_nil.py 83 B

12345
  1. from erlpack import pack
  2. def test_nil():
  3. assert pack(None) == '\x83s\x03nil'