File: test_validators_common.py

package info (click to toggle)
plotly 5.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 90,200 kB
  • sloc: python: 368,793; javascript: 213,159; sh: 49; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
# # ### Accept None ###
# def test_accept_none(validator: NumberValidator):
#     assert validator.validate_coerce(None) is None


# Test numpy arrays readonly