mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-01-28 16:20:10 +01:00
bda4b8ee0d
* added timezone fixture * Make output dependent on local timezone. * Fix non deterministic behavior in html to text conversion. Co-authored-by: Giacomo Leidi <goodoldpaul@autistici.org>
6 lines
37 B
Bash
Executable File
6 lines
37 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
poetry run pytest
|