comparison docker/backend_e2e/Dockerfile @ 3439:b166a59b1724

tests, doc(testing): added `pytest-dependency` plugin to `backend_e2e` image + doc
author Goffi <goffi@goffi.org>
date Fri, 04 Dec 2020 12:37:38 +0100
parents f023f06fa344
children
comparison
equal deleted inserted replaced
3438:84fb41b515a1 3439:b166a59b1724
42 WORKDIR /home/sat 42 WORKDIR /home/sat
43 USER sat 43 USER sat
44 44
45 RUN \ 45 RUN \
46 # pytest and its plugins 46 # pytest and its plugins
47 pip install pytest pytest-timeout \ 47 pip install pytest pytest-timeout pytest-dependency \
48 # needed to test jp 48 # needed to test jp
49 sh \ 49 sh \
50 # needed to test libervia 50 # needed to test libervia
51 helium \ 51 helium \
52 # needed to check sent emails 52 # needed to check sent emails