Skip to content
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

Add make test & development documentation #360

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Add make test & development documentation #360

merged 1 commit into from
Nov 29, 2023

Conversation

rangelfinal
Copy link
Collaborator

@rangelfinal rangelfinal commented Nov 24, 2023

Add a make test command to make it easier to run tests locally.
Also ensures the virtual env is activated before running tests or build.
Adds basic development documentation about the makefile.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's always safer to have a lockfile

@@ -10,6 +9,7 @@ const crypto_orig_createHash = crypto.createHash;
crypto.createHash = algorithm => crypto_orig_createHash(algorithm == "md4" ? "sha256" : algorithm);

module.exports = {
mode: "none",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without setting mode, we get a very noise warning about how it's important to set mode on each test

@fjsj fjsj merged commit 4afb90c into master Nov 29, 2023
19 checks passed
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.

None yet

2 participants