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

Update testing command in the readmes #9035

Conversation

juanig1
Copy link
Contributor

@juanig1 juanig1 commented Apr 5, 2024

Closes #8985

  • Remove unneeded cd
  • Use run --rm so it can be executed as a standalone command and to match the testing wiki commands
  • Replace pytest with docker as make test also involves javascript tests

Closes #

Technical

Testing

Screenshot

Stakeholders

@scottbarnes

* Remove unneeded cd
* Use `run --rm` so it can be executed as a standalone command
and to match the testing wiki commands
* Replace `pytest` with `docker` as `test` command also involves
javascript tests
Copy link
Collaborator

@scottbarnes scottbarnes left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks, @juanig1!

@scottbarnes scottbarnes merged commit f8041ad into internetarchive:master Apr 12, 2024
3 checks passed
@juanig1 juanig1 deleted the 8985/fix/update-readme-testing-command branch April 12, 2024 17:53
Achorn pushed a commit to Achorn/openlibrary that referenced this pull request Apr 12, 2024
* Remove unneeded cd
* Use `run --rm` so it can be executed as a standalone command
and to match the testing wiki commands
* Replace `pytest` with `docker` as `test` command also involves
javascript tests
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.

Test commands in the documentation need more context/consistency
2 participants