Skip to content
Snippets Groups Projects
test_environments.py 193 B
Newer Older
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""Tests for `flatland` package."""


def test_base_environment():
    """Test example Transition."""
    a = True
    b = True
    assert a == b