WS-796: tests for delivery of initial_weblog with final standard calibration
1 unresolved thread
1 unresolved thread
-
test written for initial calibration use case -
test written for final calibration use case
Merge request reports
Activity
9 # (at your option) any later version. 10 # 11 # Workspaces is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License 17 # along with Workspaces. If not, see <https://www.gnu.org/licenses/>. 18 19 """Tests for delivery standard calibration products""" 20 21 import pathlib 22 from unittest.mock import patch 23 24 # pylint: disable=C0103, R0903, W0511 changed this line in version 2 of the diff
Please register or sign in to reply