File: test_hash.py

package info (click to toggle)
python-murmurhash 1.0.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: cpp: 592; python: 132; sh: 10; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
import murmurhash.mrmr


def test_hashes():
    assert murmurhash.mrmr.hash("hello world") == 1586663183
    assert murmurhash.mrmr.hash("anxiety") == -1859125401