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 BSD3 license for Muselab LLC and add test cases and a test workflow #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jlantz
Copy link
Collaborator

@jlantz jlantz commented Nov 1, 2024

Add BSD3 license, test cases, and test workflow.

  • LICENSE

    • Add BSD3 license text for Muselab LLC.
  • Tests

    • Add test cases for get_inputs, get_access_token_and_instance_url, create_session_environment, revoke_salesforce_grant, and delete_session_environment functions in tests/test_main.py.
  • Test Workflow

    • Add a test workflow in .github/workflows/test.yml to run tests using pytest.
    • Set the workflow to run on push and pull request events.
    • Use actions/checkout@v2 to check out the repository.
    • Use actions/setup-python@v2 to set up Python.
    • Install dependencies and run tests using pytest.
  • README.md

    • Add a section for running tests.
    • Include instructions to run tests using pytest.

For more details, open the Copilot Workspace session.

Add BSD3 license, test cases, and test workflow.

* **LICENSE**
  - Add BSD3 license text for Muselab LLC.

* **Tests**
  - Add test cases for `get_inputs`, `get_access_token_and_instance_url`, `create_session_environment`, `revoke_salesforce_grant`, and `delete_session_environment` functions in `tests/test_main.py`.

* **Test Workflow**
  - Add a test workflow in `.github/workflows/test.yml` to run tests using `pytest`.
  - Set the workflow to run on push and pull request events.
  - Use `actions/checkout@v2` to check out the repository.
  - Use `actions/setup-python@v2` to set up Python.
  - Install dependencies and run tests using `pytest`.

* **README.md**
  - Add a section for running tests.
  - Include instructions to run tests using `pytest`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/muselab-d2x/action-sf-org-session?shareId=XXXX-XXXX-XXXX-XXXX).
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.

1 participant