-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests #198
base: main
Are you sure you want to change the base?
Unit tests #198
Conversation
This is very nice! Is there a reason why you didn't add |
Ah, thanks 👍🏽 i still dont entirely know when windows actually uses
Well, I did as an optional dependency, since it's not really needed for the program to run Blender-Launcher-V2/pyproject.toml Lines 30 to 33 in 900d0f8
It can be activated using these commands IIRC pip install ".[testing]"
# or
pdm install -G testing
# or
uv sync --extra testing |
From what I know, you can use both, but the standard way is with |
This introduces tests for some of the core parts of the project and some other things which are important to keep working for releases. NOTE i have not run these tests on windows so some things may not work yet
there is a file tests/config.py which show a few settings for testing