Skip to content

Commit b4b4abd

Browse files
delsimGibbsConsulting
authored andcommitted
Added script to run build and test harness (#34)
1 parent 19e3898 commit b4b4abd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

check_code

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Run test and linter steps
4+
#
5+
source env/bin/activate
6+
#
7+
pytest jupyter_plotly_dash --cov=jupyter_plotly_dash --cov-report term-missing
8+
pylint jupyter_plotly_dash

0 commit comments

Comments
 (0)