Skip to content
Snippets Groups Projects
Commit 87633c03 authored by spiglerg's avatar spiglerg
Browse files

placeholder for environments tests

parent 3c86f244
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment