diff Dockerfile @ 28:30535f42d0ff

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 02 Feb 2022 21:16:10 +0100
parents 7d3cc440e578
children
line wrap: on
line diff
--- a/Dockerfile	Thu Jan 06 12:10:25 2022 +0000
+++ b/Dockerfile	Wed Feb 02 21:16:10 2022 +0100
@@ -13,4 +13,4 @@
 RUN ["python", "setup.py", "install"]
 
 # Test package
-CMD ["python3", "-u", "tests/implementation_testing.py"]
\ No newline at end of file
+CMD ["python", "-m", "unittest", "tests.test_implementation"]
\ No newline at end of file