Use the shared test setup and test teardown keywords in Robot tests.

This commit is contained in:
Joni Orponen
2019-05-14 10:37:15 +02:00
parent a69a441989
commit 45fd2c51ce
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
- Use the shared 'Plone test setup' and 'Plone test teardown' keywords in Robot
tests.
[Rotonen]