We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13ad2d commit 7b5c037Copy full SHA for 7b5c037
.travis.yml
@@ -12,7 +12,13 @@ env:
12
- TEST_FILENAME=test_query.py
13
- TEST_FILENAME=test_target_list.py
14
- TEST_FILENAME=test_target_summary.py
15
- - TEST_FILENAME=test_update_target.py
+ - TEST_FILENAME=test_update_target.py::TestUpdate
16
+ - TEST_FILENAME=test_update_target.py::TestUnexpectedData
17
+ - TEST_FILENAME=test_update_target.py::TestWidth
18
+ - TEST_FILENAME=test_update_target.py::TestActiveFlag
19
+ - TEST_FILENAME=test_update_target.py::TestApplicationMetadata
20
+ - TEST_FILENAME=test_update_target.py::TestTargetName
21
+ - TEST_FILENAME=test_update_target.py::TestImage
22
- TEST_FILENAME=test_usage.py
23
- TEST_FILENAME=test_invalid_given_id.py
24
- TEST_FILENAME=test_invalid_json.py
0 commit comments