Skip to content

Commit

Permalink
pytest: set mavlink20 in environment
Browse files Browse the repository at this point in the history
that way everything is imported under a consistent regime
  • Loading branch information
peterbarker committed Jul 22, 2023
1 parent c3f572b commit d233da1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import os

os.environ["MAVLINK20"] = "1"

0 comments on commit d233da1

Please sign in to comment.