Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed Aug 1, 2023
1 parent 0696133 commit 2a3032e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Unit test package for sondera."""
11 changes: 11 additions & 0 deletions tests/test_sondera.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python

"""Tests for `sondera` package.
Tests TODO:
- distance between coords
"""

import pytest

0 comments on commit 2a3032e

Please sign in to comment.