for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
#! /usr/bin/env python
#
# Copyright (C) 2016 Rich Lewis <[email protected]>
# License: 3-clause BSD
"""
# file title
Description
import pytest
def pytest_addoption(parser):
parser.addoption("--chemaxon", action="store_true",
help="mark tests that fail if no chemaxon provided.")