File: README.md

package info (click to toggle)
onnxscript 0.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 12,384 kB
  • sloc: python: 75,957; sh: 41; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
# tests

This directory contains integration tests and common test utilities (`common/`).
Module unit tests should be created next to the module source with the name `<module name>_test.py`.
This makes them easy to discover and obvious when unit tests are missing.