mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
fix: remove subdirectory paths from test_new.diff
When test_proces_diff processes this file, it fails to create the subdirectories, leading to test failure. Since the subdirectories aren't really needed, removing them allows the test to complete successfully. Updated number of expected passing tests to account for the additional tests which can run to completion now.
This commit is contained in:
@@ -563,7 +563,7 @@ index 0000000..d340f6a
|
||||
+ * labels: urgent
|
||||
+ */
|
||||
+}
|
||||
diff --git a/tests/package.move b/tests/package.move
|
||||
diff --git a/package.move b/package.move
|
||||
new file mode 100644
|
||||
index 0000000..d340f6a
|
||||
--- /dev/null
|
||||
@@ -589,11 +589,11 @@ index 0000000..d340f6a
|
||||
+ * labels: urgent
|
||||
+ */
|
||||
+}
|
||||
diff --git a/src/Dockerfile b/src/Dockerfile
|
||||
diff --git a/Dockerfile b/Dockerfile
|
||||
new file mode 100644
|
||||
index 0000000..d340f6a
|
||||
--- /dev/null
|
||||
+++ b/src/Dockerfile
|
||||
+++ b/Dockerfile
|
||||
@@ -0,0 +1,4 @@
|
||||
+WORKDIR /app
|
||||
+ENV PYTHONPATH /app
|
||||
|
||||
Reference in New Issue
Block a user