Skip to content

Commit

Permalink
tests for Python EasyForm (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
EfimovVladimir authored and scottdraves committed Jan 26, 2018
1 parent cedf87e commit 1bb393d
Show file tree
Hide file tree
Showing 4 changed files with 318 additions and 139 deletions.
2 changes: 1 addition & 1 deletion test/notebooks/groovy/EasyFormTest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"outputs": [],
"source": [
"f8b = new EasyForm(\"form8\")\n",
"f8b.addRadioButtons(\"field name8\", [\"onef8b\", \"twof8b\", \"threef8b\"], , EasyForm.HORIZONTAL)\n",
"f8b.addRadioButtons(\"field name8\", [\"onef8b\", \"twof8b\", \"threef8b\"], EasyForm.HORIZONTAL)\n",
"f8b"
]
},
Expand Down
Loading

0 comments on commit 1bb393d

Please sign in to comment.