fkie-cad / FACT_docker

Dockerfile for building the FACT container
GNU General Public License v3.0
21 stars 9 forks source link

Make it possible to run pytest #29

Open maringuu opened 1 year ago

maringuu commented 1 year ago

With the current setup we can't run pytest because the tests are not divided in frontend and bakend tests.

We could theoretically build a single container to run the tests but this would mean to build al fifth container. Also bugs like the one fixed in #28 would not be detected by this.