Skip to content

Commit

Permalink
Merge pull request #13 from marimo-team/aka/add-unit-test
Browse files Browse the repository at this point in the history
smoke test embed
  • Loading branch information
akshayka authored Feb 1, 2025
2 parents 49e049d + 3197010 commit cbfc0a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_examples_without_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ def test_nlp_span_comparison() -> None:
from nlp_span_comparison import nlp_span_comparison

assert not nlp_span_comparison.app._unparsable


def test_explore_high_dimensional_data() -> None:
from explore_high_dimensional_data import explore_high_dimensional_data

assert not explore_high_dimensional_data.app._unparsable

0 comments on commit cbfc0a3

Please sign in to comment.