Test Failed
Pull Request — master (#2)
by Heiko 'riot'
06:45
created

tests.d_oat.reset_base()   A

Complexity

Conditions 2

Size

Total Lines 10
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
eloc 7
nop 0
dl 0
loc 10
rs 10
c 0
b 0
f 0
1
#!/usr/bin/env python
2
# -*- coding: UTF-8 -*-
3
4
# Isomer - The distributed application framework
5
# ==============================================
6
# Copyright (C) 2011-2020 Heiko 'riot' Weinen <[email protected]> and others.
7
#
8
# This program is free software: you can redistribute it and/or modify
9
# it under the terms of the GNU Affero General Public License as published by
10
# the Free Software Foundation, either version 3 of the License, or
11
# (at your option) any later version.
12
#
13
# This program is distributed in the hope that it will be useful,
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
# GNU Affero General Public License for more details.
17
#
18
# You should have received a copy of the GNU Affero General Public License
19
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
21
"""
22
Isomer - Backend
23
24
Operational Acceptance Testing
25
==============================
26
27
.. warning:: These tests take a long time!
28
29
Citing :cite:`wiki:oat` about OAT:
30
31
    Operational acceptance testing (OAT) is used to conduct operational readiness (pre-release) of a product, service,
32
    or system as part of a quality management system. [..] This type of testing focuses on the operational readiness of
33
    the system to be supported, and/or to become part of the production environment.
34
35
36
.. bibliography:: ../../refs.bib
37
"""
38