File: README.md

package info (click to toggle)
cyclonedx-python-lib 11.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,044 kB
  • sloc: xml: 20,462; python: 12,968; makefile: 21; sh: 16
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# TEST FIXTURES

## RE-CREATION

Some assets here can be (re-)created automatically, by setting the env var `CDX_TEST_RECREATE_SNAPSHOTS=1`.  
It might also help to set `PYTHONHASHSEED=0`!  
As a shortcut just run:

```shell
CDX_TEST_RECREATE_SNAPSHOTS=1 poetry run tox -e py
```

The files will be written as is, which might not be human-readable. feel free to reformat the files manually.