Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
main
FEA-Bench
/
testbed
/
Textualize__textual
/
tests
/
test_case.py
hc99
Add files using upload-large-folder tool
2c3c408
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
from
textual.
case
import
camel_to_snake
def
test_camel_to_snake
():
assert
camel_to_snake(
"FooBar"
) ==
"foo_bar"