]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Disable creation of empty ranges in random tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Oct 2021 17:47:43 +0000 (19:47 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 4 Oct 2021 12:44:13 +0000 (14:44 +0200)
commit3a22743ea12b2604ce3f5541589037cd48a5faa6
tree37736ac378049cc52654b0e702d3cc9024adc37c
parentbf09d729a106fc1cc12013f9f13257f568e46244
Disable creation of empty ranges in random tests

If one end up as the first item in a list the array dumping the array
will fail. There are xfail tests in test_range for it.
tests/fix_faker.py