Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    75f9d176
    Make Python tests more portable · 75f9d176
    Peter Eisentraut authored
    Newer Python versions randomize the hash seed for dictionaries,
    resulting in a random output order, which messes up the regression test
    diffs.
    
    Instead, use Python assert to compare the dictionaries with their
    expected value.
    75f9d176
    History
    Make Python tests more portable
    Peter Eisentraut authored
    Newer Python versions randomize the hash seed for dictionaries,
    resulting in a random output order, which messes up the regression test
    diffs.
    
    Instead, use Python assert to compare the dictionaries with their
    expected value.