Amit Saha 11/19/2015

PYTHONHASHSEED and your tests

Read Original

The article discusses a common testing pitfall in Python where tests for functions using dictionaries (like urllib.urlencode) can fail non-deterministically due to hash randomization (PYTHONHASHSEED). It explains the problem and provides solutions, such as testing for the presence of constituent parts instead of exact string equality, to write reliable, order-agnostic tests.

PYTHONHASHSEED and your tests

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser