<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fietsboek/tests/playwright/conftest.py, branch climbs</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 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>close SQL connections in tests</title>
<updated>2025-06-07T22:54:58+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-06-07T22:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=94d295b366420d9b227a6192d66e73ee4c16718b'/>
<id>94d295b366420d9b227a6192d66e73ee4c16718b</id>
<content type='text'>
Otherwise Postgres does not let us drop the tables and hangs forever
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise Postgres does not let us drop the tables and hangs forever
</pre>
</div>
</content>
</entry>
<entry>
<title>fix layer passing in conftest</title>
<updated>2025-04-20T23:27:21+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-20T23:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=a11195917b2a98c62773d0e8bda2ddbc87ba5df4'/>
<id>a11195917b2a98c62773d0e8bda2ddbc87ba5df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use configured tile layers for trackmap</title>
<updated>2025-04-20T23:16:15+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-20T23:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=531176879ebc421c01d4232b9d4df67c2add6119'/>
<id>531176879ebc421c01d4232b9d4df67c2add6119</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cache &amp; generate trackmap when uploading a track</title>
<updated>2025-04-20T22:58:33+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2025-04-20T22:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=80ba8dac5f215a2bc7228cd3f3362f94b89e7ca6'/>
<id>80ba8dac5f215a2bc7228cd3f3362f94b89e7ca6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make test app fixture module-scoped</title>
<updated>2023-11-13T17:35:03+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-11-13T17:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=eac4f7a7f7fec9585a7c080400c4ae8fa9b67578'/>
<id>eac4f7a7f7fec9585a7c080400c4ae8fa9b67578</id>
<content type='text'>
Previously, we had it session-scoped, which meant that the app was
created once for all tests. This doesn't allow us to play with different
settings however, such as disabling account registration or image
uploads and testing that.

Now, the fixtures are module scoped, which means that we still save on
prepare/teardown time a bit, but we're also a bit more flexible. By
making new test modules, we can test different settings there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, we had it session-scoped, which meant that the app was
created once for all tests. This doesn't allow us to play with different
settings however, such as disabling account registration or image
uploads and testing that.

Now, the fixtures are module scoped, which means that we still save on
prepare/teardown time a bit, but we're also a bit more flexible. By
making new test modules, we can test different settings there.
</pre>
</div>
</content>
</entry>
<entry>
<title>update dependencies</title>
<updated>2023-11-07T22:07:56+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-11-07T22:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=a9d5275bac96e55a4f5381b229163ff9f2770586'/>
<id>a9d5275bac96e55a4f5381b229163ff9f2770586</id>
<content type='text'>
The most "painful" one was Pydantic V2, not because it didn't work, but
because I wanted to do it right and not use the deprecated methods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The most "painful" one was Pydantic V2, not because it didn't work, but
because I wanted to do it right and not use the deprecated methods.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2023-09-14T18:46:56+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-09-14T18:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=6b7901bed6e302b5b76ea34ef63f8df5d0122deb'/>
<id>6b7901bed6e302b5b76ea34ef63f8df5d0122deb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include email in user fingerprint</title>
<updated>2023-08-09T19:01:06+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-08-09T19:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=20ddfb7a1d39b55a6d8044a083d2d151bddec78d'/>
<id>20ddfb7a1d39b55a6d8044a083d2d151bddec78d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix transformer handling when uploading a file</title>
<updated>2023-02-08T22:51:46+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2023-02-08T22:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/fietsboek/commit/?id=db470d5f6f9c543a105ef34553beaa74870c3fa8'/>
<id>db470d5f6f9c543a105ef34553beaa74870c3fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
