Skip to content

Commit 4592488

Browse files
authored
Merge pull request #251 from UW-Macrostrat/strabo
Updated conversions for strabospot integration
2 parents e2185a0 + dc0f120 commit 4592488

File tree

10 files changed

+672
-60
lines changed

10 files changed

+672
-60
lines changed

.idea/macrostrat.iml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/api-v3/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ release:
1818
git diff-index --quiet HEAD --
1919
git tag -a $(TAG) -m "Version $(TAG)"
2020
git push origin $(TAG)
21+
22+
test-fieldsite:
23+
uv run pytest -q \
24+
--confcutdir=api/tests \
25+
api/tests/test_fieldsite.py
26+
27+

0 commit comments

Comments
 (0)