Skip to content

Commit 186254c

Browse files
committed
* 'main' of https://github.com/UW-Macrostrat/macrostrat: Format code and sort imports all fieldsite and object tests pass Format code and sort imports updating file management auth. api failsafe if env's are not present Format code and sort imports modifying the fieldsite logic so that it adheres to the new checkin endpoint Format code and sort imports added test suite for field-site api modifying conversion code for strabo integration updating env names to match kubernetes config
2 parents 8755f8b + 7f8f6b4 commit 186254c

File tree

14 files changed

+1042
-253
lines changed

14 files changed

+1042
-253
lines changed

.idea/macrostrat.iml

Lines changed: 1 addition & 1 deletion
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,16 @@ 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+
test-object:
28+
uv run pytest -q \
29+
--confcutdir=api/tests \
30+
api/tests/test_object.py
31+
32+
33+

0 commit comments

Comments
 (0)