yama/testsuite
Olivier 'reivilibre' 50ff9bb36a
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/release Pipeline was successful Details
Fix including trailing empty line as pointer name
2022-11-20 22:11:05 +00:00
..
datmantests Fix including trailing empty line as pointer name 2022-11-20 22:11:05 +00:00
helpers Add tests for yama compact 2022-11-19 16:35:24 +00:00
yamatests Hopefully fix descriptors to compare in test 2022-11-20 10:02:27 +00:00
README.md Start introducing the framework for a test suite 2021-07-18 21:44:49 +01:00
setup.py Fix linter 2022-11-19 16:35:36 +00:00

README.md

yama and datman test suite

To run the tests in this suite, you shall require Python 3.8+.

In a virtual environment:

pip install .

``

Development instructions

pip install -e .[dev]

To run linter checks, run ./scripts-dev/lint.sh.