Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanerbajrovic committed Jan 11, 2024
1 parent ce89267 commit caa4ba8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# ETF Autotest Parser

Python program for parsing ETF autotest scripts (written in JSON). It produces a `.txt` output file where with all of the unit tests.
## About

Python program for parsing ETF autotest scripts. It produces a `.txt` output file with all of the unit tests and expected outputs.

## Usage

To use the program simply run the following command:

```bash
python etf-parse.py <filename>
```

You should replace `<filename>` with the name of the file containing unit tests. By default this argument will be `autotest2`, so simply running `python etf-parse.py` will look for `autotest2` in the current directory.

0 comments on commit caa4ba8

Please # to comment.