Source code for cedar.tests.test_cedar

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import pytest


# Dummy test so pytest doesn't exit with return code 5 (no tests ran)
[docs]def test_package(): import cedar assert cedar.__version__