Skip to content

36 setup testing framework - #50

Open
ivovs-tud wants to merge 6 commits into
refactorfrom
36-setup-testing-framework
Open

36 setup testing framework#50
ivovs-tud wants to merge 6 commits into
refactorfrom
36-setup-testing-framework

Conversation

@ivovs-tud

Copy link
Copy Markdown
Collaborator

A quick PR before I leave. I added pytest to the pytproject.toml. Then one needs to install the project as follows:

pip install -e ".[test]

And you can run the tests with

python3 -m pytest

I implemented one test suite for the compatibility checks, found a bug in its code and made a fix. Adding additional tests becomes then as adding a new file with test functions in there, possibly adding more 'marks' in the pyproject.toml so we can mark certain tests to belong to different 'suites'.
On a later stage, we need to couple these pytests to the pypi-test package stuff, but I guess Bart can help out here.

@ivovs-tud ivovs-tud linked an issue Jul 15, 2026 that may be closed by this pull request
@MarcusBecker-GitHub MarcusBecker-GitHub added this to the 1.0 milestone Jul 16, 2026
@MarcusBecker-GitHub MarcusBecker-GitHub self-assigned this Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup testing framework

2 participants