Skip to content

Commit 369043d

Browse files
committed
add tests
1 parent eab1a59 commit 369043d

5 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip3 install -r requirements.txt

.nextmv/readme/python-verso-routing/0.sh.golden

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cat input.json | python3 main.py

.nextmv/readme/workflow-configuration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ apps:
179179
silent: true
180180
- name: 2.sh
181181
skip: true
182+
- name: python-verso-routing
183+
scripts:
184+
- name: 0.sh
185+
silent: true
186+
- name: 1.sh
187+
skip: true
182188
- name: python-xpress-knapsack
183189
scripts:
184190
- name: 0.sh

python-verso-routing/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
Use [Nextmv python SDK][nextmv-py].
66
Use Nextmv [documentation][nextmv-docs].
7-
Use [Ruff][ruff] for linting rules.
7+
Lint python files with [Ruff][ruff].
8+
Lint json files with prettier.
89

910
## Visualization
1011

0 commit comments

Comments
 (0)