• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D23-Dec-2020302 116

__init__.pyH A D23-Dec-20200 10

json_parser_tests.pyH A D08-Aug-202112.1 KiB362352

karthik.iniH A D23-Dec-2020347 1413

parsefiletest_input_file.txtH A D23-Dec-202011 11

requirements.txtH A D23-Dec-202038 43

test_diagram.pyH A D08-Sep-20213.3 KiB10585

test_examples.pyH A D23-Dec-2020743 3622

test_simple_unit.pyH A D08-Sep-202124.7 KiB708605

test_unit.pyH A D12-Nov-2021315.3 KiB9,2717,702

README.md

1## Development
2
3After forking the pyparsing repo, and cloning your fork locally, install the libraries needed to run tests
4
5     pip install -r tests/requirements.txt
6     pre-commit install
7
8Run the tests to ensure your environment is setup
9
10     python -m unittest discover tests
11