squeaknode/tests/core
Jonathan Zernik f694123777
Remove secret key field of sent offer (#1568)
* Remove secret_key column from sent_offers db table

* Allow secret_key column to be null in downgrade migration

* Set default value of secret key for sent offer in db downgrade

* Remove comment from db downgrage function

* Try making downgrade for secret key column work

* Try formatting update op in downgrade function

* Try defining sent offers table inline in downgrade function

* Fix batch alter column in downgrade function
2021-10-12 00:29:21 -07:00
..
test_crypto.py Added unit tests for generate nonce functions (#1564) 2021-10-11 18:59:48 -07:00
test_interests.py Add test util functions (#1515) 2021-10-05 15:28:25 -07:00
test_peers.py Replace use_tor field with network in peer address (#1558) 2021-10-10 21:00:56 -07:00
test_profiles.py Add get timeline squeak entries test (#1518) 2021-10-05 19:38:35 -07:00
test_secret_keys.py Move secret key tweak functions to secret keys module (#1464) 2021-10-02 00:07:51 -07:00
test_squeak_core.py Remove secret key field of sent offer (#1568) 2021-10-12 00:29:21 -07:00
test_squeaks.py Create squeaks module (#1460) 2021-10-01 21:24:09 -07:00