Checkpoint initial implementation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from pytest import fixture
|
||||
|
||||
import tungston.core.ecology.flora as flora
|
||||
|
||||
|
||||
# Tests ############################################################################################
|
||||
|
||||
def test_within():
|
||||
assert flora.within(flora.FOREST, flora.FIELD) == [flora.FOREST, flora.CLEARING, flora.FIELD]
|
||||
Reference in New Issue
Block a user