Skip to content

Update console scripts (sbase mkdir DIR) #820

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

Merged
merged 5 commits into from
Feb 21, 2021
Merged

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Feb 21, 2021

Update console scripts (sbase mkdir DIR)

  • Update console scripts:
    -- Add new file for sbase mkdir DIR:
    -- classic_obj_test.py was added.
  • Bump a Python dependency to a newer version:
    -- rich==9.11.1;python_version>="3.6"

Here's the new directory tree for sbase mkdir DIR:

.
├── __init__.py
├── boilerplates/
│   ├── __init__.py
│   ├── base_test_case.py
│   ├── boilerplate_test.py
│   ├── classic_obj_test.py
│   ├── page_objects.py
│   └── samples/
│       ├── __init__.py
│       ├── google_objects.py
│       └── google_test.py
├── my_first_test.py
├── parameterized_test.py
├── pytest.ini
├── requirements.txt
├── setup.cfg
└── test_demo_site.py

@mdmintz mdmintz merged commit b60c7a0 into master Feb 21, 2021
@mdmintz mdmintz deleted the update-console-scripts branch February 21, 2021 03:42
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