Skip to content

Commit

Permalink
Merge pull request #66 from gregoil/inputs_placeholder
Browse files Browse the repository at this point in the history
Add input placeholder class
  • Loading branch information
UnDarkle committed Jun 14, 2018
2 parents 31f9275 + f814ac5 commit 48c13fd
Show file tree
Hide file tree
Showing 8 changed files with 1,959 additions and 1,950 deletions.
681 changes: 318 additions & 363 deletions docs/advanced/blocks.rst

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions src/rotest/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from flow import TestFlow
from case import TestCase
from block import TestBlock
from suite import TestSuite
from abstract_test import request
from flow_component import PipeTo, MODE_CRITICAL, MODE_FINALLY, MODE_OPTIONAL
from .flow import TestFlow
from .case import TestCase
from .block import TestBlock
from .suite import TestSuite
from .abstract_test import request
from .flow_component import (MODE_CRITICAL, MODE_FINALLY, MODE_OPTIONAL,
PipeTo, BlockInput, BlockOutput)

0 comments on commit 48c13fd

Please sign in to comment.