#!/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