minilauta / miniboard

Minimalistic oldschool imageboard software
MIT License
7 stars 5 forks source link

Test catalog #28

Closed denamuumi closed 1 year ago

denamuumi commented 1 year ago

Adds test for truncate_message() function.

Adds code format settings for anyone with ide capable of using the settings.json file. This is an attempt to unify the code format standard in the code base.

Adds possibility to run the test by using composer test command. The current docker-compose testing method $ docker compose build && docker compose run test only tests the anonyymi/miniboard:latest image from the registry and not the local code base. The development container is also set to download the image and not build the image locally which makes development difficult.