Skip to content

Commit

Permalink
Add more tests to reproduce sardana-org#292 more easily on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
reszelaz committed Feb 10, 2020
1 parent b7b4f09 commit 52cb076
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/sardana/taurus/core/tango/sardana/test/test_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ def is_numerical(obj):
return True
return False

@insertTest(helper_name="count", test_method_doc="count with PC",
elements=["_test_ct_1_1", "_test_ct_1_2", "_test_pc_1_1"])
@insertTest(helper_name="count", test_method_doc="count with Tango attribute",
elements=["_test_ct_1_1", "_test_mt_1_1/position"])
@insertTest(helper_name="count", test_method_doc="count with 2D",
elements=["_test_ct_1_1", "_test_2d_1_1"])
@insertTest(helper_name="count", test_method_doc="count with 1D",
elements=["_test_ct_1_1", "_test_1d_1_1"])
@insertTest(helper_name="count", test_method_doc="count with 0D",
elements=["_test_ct_1_1", "_test_0d_1_1"])
@insertTest(helper_name="count", test_method_doc="count with CT",
elements=["_test_ct_1_1"])

@insertTest(helper_name="count", test_method_doc="count with PC",
elements=["_test_ct_1_1", "_test_ct_1_2", "_test_pc_1_1"])
Expand Down

0 comments on commit 52cb076

Please sign in to comment.