Skip to content

Commit d0c4180

Browse files
committed
Adding readme tests
1 parent 7d37da1 commit d0c4180

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed
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-pyvrp-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+
python3 main.py -input input.json -output output.json -duration 30
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Solving routing problem:
2+
- vehicles: 2
3+
- stops: 10

.nextmv/readme/workflow-configuration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,12 @@ apps:
317317
silent: true
318318
- name: 2.sh
319319
skip: true
320+
- name: python-pyvrp-routing
321+
scripts:
322+
- name: 0.sh
323+
silent: true
324+
- name: 1.sh
325+
stderr: true
320326
- name: python-scip-knapsack
321327
scripts:
322328
- name: 0.sh

0 commit comments

Comments
 (0)