Jeremy Benoist
a04e494755
Update to 2.4.0
2 years ago
Strubbl
040655c3c4
Update docker-compose.mariadb.yml
...
fix issue pointed out by @TofPlay in https://github.com/wallabag/wallabag/issues/3742#issuecomment-429947139
4 years ago
Robin Green
a37317f55f
Support Postgres 10
...
* Add SYMFONY__ENV__DATABASE_DRIVER_CLASS environment variable which can
be set to the necessary driver class for Postgres 10
* Use this in travis.yml
5 years ago
Nicolas Lœuillet
e5456115c1
Forced postgres 9.6
5 years ago
Marvin Steadfast
92f5db7ba9
added test for default configuration
6 years ago
Marvin Steadfast
c65be008ec
tests: some pep8 and real failing if csrf dont match
6 years ago
Sven Fischer
efbcf75701
test_login: add login with csrf token and check if it was successful
6 years ago
Marvin Steadfast
b4b1469215
try to test login
...
i use requests to test login. the session should be saved and this
should work. but i get a error that th session expired. to run this
start wallabag and run it with pytest: `py.test -s tests/`. it will
output the html of the response.
6 years ago
Marvin Steadfast
4a81bc45db
added travis testing
...
travis builds and spins up containers for sqlite, mariadb and postgres
and runs a simple python test script for accessing the wallabag.
7 years ago