Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DSungatulin committed Feb 19, 2024
1 parent fe11c81 commit 5ddaf4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@ gendiff [-f FORMAT] first_file second_file
## Usage examples

### Help view
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/help_view_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/help_view_example.gif)

### Flat JSON file comparison
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/flat_json_comparison_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/flat_json_comparison_example.gif)

### Flat YAML file comparison
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/flat_yaml_comparison_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/flat_yaml_comparison_example.gif)

### Nested JSON file comparison
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/nested_json_comparison_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/nested_json_comparison_example.gif)

### Nested YAML file comparison
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/nested_yaml_comparison_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/nested_yaml_comparison_example.gif)

### Plain output format
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/plain_format_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/plain_format_example.gif)

### JSON output format
![](https://github.com/DSungatulin/python-project-50/work_examples/blob/main/json_format_example.gif)
![](https://github.com/DSungatulin/python-project-50/blob/main/work_examples/json_format_example.gif)
16 changes: 0 additions & 16 deletions demo.cast

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from gendiff.parser import parse_file, determine_file_format
from gendiff.parser import determine_file_format


def test_determine_file_format():
Expand Down

0 comments on commit 5ddaf4e

Please sign in to comment.