Skip to content

Commit fd99aaa

Browse files
committed
template_python -> workshop_playwright_python
1 parent 38d57b5 commit fd99aaa

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ COPY . .
2121
# Install dependencies
2222
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
2323

24-
CMD ["python", "template_python/core.py"]
24+
CMD ["python", "workshop_playwright_python/core.py"]

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
from template_python.core import hello_world
3+
from workshop_playwright_python.core import hello_world
44

55

66
def test_hello_world_verbose(caplog):
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)