test-code-refactor #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "test-code-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactored test code to reduce code redundancy
Moved definitions of test data to conftest.py
Changed default app port to 80
Added possibility to setup app port using TODOLIST_PORT variable
Changed base image for app container to alpine