| beierlm | b483b92 | 2021-02-11 14:57:14 -0500 | [diff] [blame] | 1 | # -*- coding: utf-8 -*- |
| 2 | # Copyright ETSI Contributors and Others. |
| tierno | 87858ca | 2018-10-08 16:30:15 +0200 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 13 | # implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| tierno | c312cc1 | 2018-05-04 15:11:26 +0200 | [diff] [blame] | 16 | |
| beierlm | b483b92 | 2021-02-11 14:57:14 -0500 | [diff] [blame] | 17 | [unittest] |
| 18 | plugins = nose2.plugins.junitxml |
| tierno | b20a902 | 2018-05-22 12:07:05 +0200 | [diff] [blame] | 19 | |
| beierlm | b483b92 | 2021-02-11 14:57:14 -0500 | [diff] [blame] | 20 | [junit-xml] |
| 21 | always-on = True |
| 22 | keep_restricted = False |
| 23 | path = nosetests.xml |
| 24 | test_fullname = False |