Skip to content

Commit

Permalink
initial version: BatsPP tests to check for misc. regression of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Nov 15, 2023
1 parent c123834 commit b9bfbc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mezcla/tests/regression.batspp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# BatsPP tests to check for misc. regression of errors

# Make sure imort of gradio doesn't fail
# ImportError: cannot import name 'Undefined' from 'pydantic.fields' (/home/tomohara/anaconda3/envs/nlp-py-3-10/lib/python3.10/site-packages/pydantic/fields.py)
#
$ python -c 'import gradio' 2>&1 | grep -c Error
0

0 comments on commit b9bfbc5

Please sign in to comment.