File: README.md

package info (click to toggle)
rust-pathrs 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,912 kB
  • sloc: python: 1,138; sh: 371; ansic: 259; makefile: 151
file content (12 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
## `libpathrs` End-to-End Binding Tests ##

In addition to [the extensive Rust-based tests][rust-tests] we have (which test
our Rust implementation as well as the C binding wrappers from Rust), we also
have verification tests to ensure that our language bindings have the correct
behaviour.

These tests are not designed to be as extensive as our Rust tests (which test
the behaviour of `libpathrs` itself), but instead are just intended to verify
that the language bindings are correctly wrapping the right `libpathrs` APIs.

[rust-tests]: ../src/tests/