File: README.md

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 (12 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
The test_init test the plotly.py initialization logic and must be run individually.

For example, run...
```
$ pytest test_init/test_lazy_imports.py
$ pytest test_init/test_dependencies_not_imported.py
``` 

instead of ...
```
$ pytest test_init
```