Skip to content

Commit

Permalink
Rewrite validate.sh as pytest, Refactor merge.py scripts, closes #77, c…
Browse files Browse the repository at this point in the history
…loses #76
  • Loading branch information
James McKinney committed Nov 24, 2018
1 parent fdc475d commit 08d7591
Show file tree
Hide file tree
Showing 13 changed files with 6,103 additions and 6,629 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
- pip install -r requirements.txt
script:
- curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- ./validate.sh
- pytest
2 changes: 1 addition & 1 deletion fictional-example/1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A work-in-progress fictional example designed to demonstrate the key features of OCDS.

These examples were handwritten.
This example was hand-written.
55 changes: 0 additions & 55 deletions fictional-example/1.0/merge.py

This file was deleted.

Loading

0 comments on commit 08d7591

Please sign in to comment.