Skip to content

Commit

Permalink
Upgrade lunr version on acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz committed Jun 24, 2018
1 parent e3728d8 commit bdfb682
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ htmlcov/
**/node_modules
dist/
build/
.state/

.vscode/
*.code-workspace
Expand Down
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
.state/acceptance-npm:
cd tests/acceptance_tests/javascript && \
npm install && \
cd ../../../
touch .state/acceptance-npm

clean:
rm .state/*

tests:
coverage run -m pytest -m "not acceptance"
coverage report

tests-acceptance:
tests-acceptance: .state/acceptance-npm
pytest -m "acceptance"

tests-full: tests tests-acceptance
Expand Down
6 changes: 3 additions & 3 deletions tests/acceptance_tests/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/acceptance_tests/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"lunr": "2.1.6",
"lunr": "2.2.1",
"lunr-languages": "1.0.0",
"tmp": "0.0.33"
},
Expand Down

0 comments on commit bdfb682

Please sign in to comment.