https://git.schokokeks.org/derivepassphrase.git/tree/6cf32bb8285e85c6fbe77108554b625f74d5fbb3 Recent commits to derivepassphrase.git (6cf32bb8285e85c6fbe77108554b625f74d5fbb3) 2025-01-25T20:55:43+01:00 tag:gitlist.org,2012:commit/6cf32bb8285e85c6fbe77108554b625f74d5fbb3 Fix test output on PyPy 3.9 due to differing error message texts 2025-01-25T20:55:43+01:00 Marco Ricci software@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/fbc810ad671ea26deb675bda169347c22b06b1e8 Move repetitive hypothesis strategy definition to separate functions 2025-01-25T00:16:59+01:00 Marco Ricci software@the13thletter.info <pre>Apart from higher resistance to typos, this also communicates the intent of the strategy more clearly. &lt;/pre&gt; tag:gitlist.org,2012:commit/b2213a26f18b3f7700cbb710847345c87330daea Explicitly test JS truthiness of NaN 2025-01-25T00:13:39+01:00 Marco Ricci software@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/bbe5bdfa8ab24d38444b0d44a74ae3aba6b257b9 Allow test key suitability check to be dependent on the connected agent 2025-01-25T00:10:44+01:00 Marco Ricci software@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/2f34e23b58f642c6ab07a05d5cf9e3ad2c7cd66b Make multiple private test attributes and functions public 2025-01-24T23:20:17+01:00 Marco Ricci software@the13thletter.info <pre>This includes the JavaScript sources of the broken storeroom sample vault configurations, and all remaining functions in the `tests.conftest` module. &lt;/pre&gt; tag:gitlist.org,2012:commit/fe2f7d14ddba40a21bb6ed969cbbc76907ec5f02 Add hypothesis inventory to documentation 2025-01-24T23:04:28+01:00 Marco Ricci software@the13thletter.info <pre>Now hypothesis decorators and strategies will be highlighted and linked in the API documentation. &lt;/pre&gt; tag:gitlist.org,2012:commit/717c79abdaaa7dcda93cc2a2b6a70cddaf688061 Add docstrings for all test functions and test helper functions 2025-01-24T23:03:43+01:00 Marco Ricci software@the13thletter.info <pre>These docstrings aim to provide intent and context to the test function. &lt;/pre&gt; tag:gitlist.org,2012:commit/be6397bc7e3acdf92e71d6423acf1927e262895b Add some explicit, readable test IDs 2025-01-23T23:41:09+01:00 Marco Ricci software@the13thletter.info <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/8507460ffb44e4cd4a4fb259acb78813a59fd53f Add tests API documentation to "dev setup" MkDocs build 2025-01-23T11:58:44+01:00 Marco Ricci software@the13thletter.info <pre>Most API documentation is highly deficient at this point, but exposing it in this way hopefully makes it more likely I'll get to documenting the tests. The hope for the future is that it might be faster to consult the API documentation than to skim through the test file to see if and where a certain aspect is being tested, whether the classes are too large, etc. &lt;/pre&gt; tag:gitlist.org,2012:commit/3b718ef3a1545269e22c6c5ab343ca3bb07aac5d Modernize MkDocs configuration, move dev stuff to separate configuration 2025-01-23T11:51:49+01:00 Marco Ricci software@the13thletter.info <pre>The standard (online) and the offline configurations now use the `draft_docs` option from MkDocs 1.6. A new "dev setup" configuration, inheriting from the offline configuration, additionally renders documentation intended as development aids. Unfortunately, this requires duplicating the navigation structure. &lt;/pre&gt;