diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 12:49:14 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-27 17:59:52 +0200 |
commit | e19acf196c518fd7f8fe39a7f64f3febb35b6dfb (patch) | |
tree | 99164db2ccd0648fb747f52f5b3b351b538b90e7 /test/py/requirements.txt | |
parent | again, reorganize test targets (diff) | |
download | cimple-e19acf196c518fd7f8fe39a7f64f3febb35b6dfb.tar.gz cimple-e19acf196c518fd7f8fe39a7f64f3febb35b6dfb.zip |
test: add a target to generate an HTML report
Diffstat (limited to '')
-rw-r--r-- | test/py/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt new file mode 100644 index 0000000..43300f8 --- /dev/null +++ b/test/py/requirements.txt @@ -0,0 +1 @@ +pytest-html ~= 3.0 |