for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Isomer - The distributed application framework
# ==============================================
# Copyright (C) 2011-2020 Heiko 'riot' Weinen <[email protected]> and others.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
Isomer - Backend
Operational Acceptance Testing
==============================
.. warning:: These tests take a long time!
Citing :cite:`wiki:oat` about OAT:
Operational acceptance testing (OAT) is used to conduct operational readiness (pre-release) of a product, service,
or system as part of a quality management system. [..] This type of testing focuses on the operational readiness of
the system to be supported, and/or to become part of the production environment.
.. bibliography:: ../../refs.bib