yama/testsuite
Olivier 'reivilibre' bd426aa64d
continuous-integration/drone the build was successful Details
Fix typos
2021-11-14 16:25:41 +00:00
..
datmantests Fix typos 2021-11-14 16:25:41 +00:00
helpers Rename source to sources in test suite 2021-11-14 07:01:10 +00:00
yamatests Generate a minimum of 2 files in the GC test case 2021-11-14 06:45:52 +00:00
README.md Start introducing the framework for a test suite 2021-07-18 21:44:49 +01:00
setup.py Antilint 2021-07-20 11:02:13 +01: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.