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

feat: Refactor --tldr Flag and Repair Test Suite #54

Merged
merged 24 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
506d0f3
feat(pyproject.toml): add name to the .toml file.
hemanialaparthi Nov 8, 2024
12c65e8
add(display.py): change the commands into a dictionary for long term …
hemanialaparthi Nov 8, 2024
4ff3f2e
feat(main.py): change the tldr to set to false so that it can be disa…
hemanialaparthi Nov 8, 2024
f3c54b0
add(display.py): all the commands in the cli and also their descriptions
hemanialaparthi Nov 9, 2024
7681eb2
remove(display.py): the poetry command since it can be used with othe…
hemanialaparthi Nov 9, 2024
b03cb6f
remove(diosplay.py): remove the <> in the model and method
hemanialaparthi Nov 9, 2024
abadf05
fix(display.py): fix the formatting by running ruff format.
hemanialaparthi Nov 9, 2024
0cdbcef
add(display.py): the <> to the advice method for better readabitlity
hemanialaparthi Nov 9, 2024
ed9c1f9
fix(display.py): the advice-method for better clarity on how to run t…
hemanialaparthi Nov 9, 2024
13b1404
remove(display.py): the .toml file output for more user clarity
hemanialaparthi Nov 11, 2024
286dbc9
Merge branch 'GatorEducator:main' into updated_tldr
hemanialaparthi Nov 12, 2024
84a7c44
remove(display.py): examples
hemanialaparthi Nov 12, 2024
c1d92cb
fix(pyproject.toml): change version to 0.3.2
hemanialaparthi Nov 12, 2024
7cabe89
Merge branch 'main' into updated_tldr
hemanialaparthi Nov 12, 2024
e8136ca
remove(display.py): the 'run' infront of all commands because that is…
hemanialaparthi Nov 14, 2024
ed7ae63
coms: Add comments to explain steps and reformat code in the execexam…
gkapfham Nov 15, 2024
9fb0d72
coms: Fix a spelling mistake in a comment in the execexam/main.py file.
gkapfham Nov 15, 2024
66f37a7
test: Add more tests for the command-line interface in the tests/test…
gkapfham Nov 15, 2024
ad8ac48
test: Add a test for the --tldr flag of the command-line interface in…
gkapfham Nov 15, 2024
17e8bf7
coms: Add comments to tests/test_main.py.
gkapfham Nov 15, 2024
e4f3ba3
test: Add test cases to tests/test_main.py for combination of --tldr …
gkapfham Nov 15, 2024
8c126b4
chore: Remove the coverage.json file as it is generated and then add …
gkapfham Nov 15, 2024
5321a32
coms: Add a NOTE reminder about how to perform testing with the tests…
gkapfham Nov 15, 2024
bedf818
test: Add more tests for spelling mistakes of cli arguments in tests/…
gkapfham Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
coverage.json
*,cover
.hypothesis/
*.mo
Expand Down
Loading
Loading