We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d57b5 commit fd99aaaCopy full SHA for fd99aaa
Dockerfile
@@ -21,4 +21,4 @@ COPY . .
21
# Install dependencies
22
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
23
24
-CMD ["python", "template_python/core.py"]
+CMD ["python", "workshop_playwright_python/core.py"]
tests/test_core.py
@@ -1,6 +1,6 @@
1
import logging
2
3
-from template_python.core import hello_world
+from workshop_playwright_python.core import hello_world
4
5
6
def test_hello_world_verbose(caplog):
template_python/__init__.py renamed to workshop_playwright_python/__init__.py
template_python/core.py renamed to workshop_playwright_python/core.py
0 commit comments