<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/tests, branch master</title>
<subtitle>A web-based GPX track tracker</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/'/>
<entry>
<title>add a test about reordering tracks</title>
<updated>2026-01-03T19:08:05+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2026-01-03T19:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=3bd9b3ff9dcd7f9e922eb4c5cdb3614fff51de6c'/>
<id>3bd9b3ff9dcd7f9e922eb4c5cdb3614fff51de6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for journeys</title>
<updated>2025-12-31T00:01:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-12-31T00:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=3f6d016a3d5a51bbd3bc9edab1d535df9bcd4fa9'/>
<id>3f6d016a3d5a51bbd3bc9edab1d535df9bcd4fa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure tracks/users folders exist</title>
<updated>2025-12-29T17:24:44+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-12-29T17:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=be903b49006e9fcdcb2d5e73431762411b94df86'/>
<id>be903b49006e9fcdcb2d5e73431762411b94df86</id>
<content type='text'>
Since we don't use parents=True anymore to create the folders (which I
think is good), we now need to ensure that those exist.

So

1. when fietsboek starts up, we create those folders, and
2. when we delete them in the tests, we recreate them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we don't use parents=True anymore to create the folders (which I
think is good), we now need to ensure that those exist.

So

1. when fietsboek starts up, we create those folders, and
2. when we delete them in the tests, we recreate them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pdf'</title>
<updated>2025-12-07T20:48:06+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-12-07T20:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=5455a0c5216409ad5593c4b4bfd0fbfcd65b1e04'/>
<id>5455a0c5216409ad5593c4b4bfd0fbfcd65b1e04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up track adding in test_browse</title>
<updated>2025-11-29T22:41:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-29T22:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=019a3e9b7348a3a05e4e7d5e13d35e2362956d44'/>
<id>019a3e9b7348a3a05e4e7d5e13d35e2362956d44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add smoke test for pdf generation</title>
<updated>2025-11-29T22:40:49+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-29T22:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=0558b2394e17afeb224116bc232ba778f3eee59a'/>
<id>0558b2394e17afeb224116bc232ba778f3eee59a</id>
<content type='text'>
This doesn't check any content of the PDF, but ensures that running
typst does not produce an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't check any content of the PDF, but ensures that running
typst does not produce an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore matploblib debug logs in tests</title>
<updated>2025-11-29T22:33:51+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-29T22:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=b78c3afa2944691822b90f58a3765eb6d634264b'/>
<id>b78c3afa2944691822b90f58a3765eb6d634264b</id>
<content type='text'>
matplotlib procudes a lot of lines for the font manager, which really
clutter the log output for everything else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
matplotlib procudes a lot of lines for the font manager, which really
clutter the log output for everything else.
</pre>
</div>
</content>
</entry>
<entry>
<title>add unit tests for typst escaping</title>
<updated>2025-11-25T20:32:58+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-25T20:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=a91c8309c2f68a4053c402a4e3fbaef86086d257'/>
<id>a91c8309c2f68a4053c402a4e3fbaef86086d257</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for xml_escape</title>
<updated>2025-11-22T19:36:33+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-22T19:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=462d4174b2f76da015ad4d9ec6d1998a47de918a'/>
<id>462d4174b2f76da015ad4d9ec6d1998a47de918a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix lint</title>
<updated>2025-11-16T12:08:37+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-11-16T12:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=8f0e56a9325d9b0b663c67fc7fe795b1de370778'/>
<id>8f0e56a9325d9b0b663c67fc7fe795b1de370778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
