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

Basic tests for jinja2cli #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ece-mohammad
Copy link
Contributor

Basic tests jinja2cli using tox and pyenv to test for python versions:

  • 2.7.18
  • 3.5.10
  • 3.6.15
  • 3.7.17
  • 3.8.18
  • 3.9.18
  • 3.10.13
  • 3.11.6
  • 3.12.1

Tests

  • tests/test_format_x.py: test cases for jinja2cli supported data formats (env, ini, querystring, json, hjson, json5, xml, yaml, toml).
  • tests/test_opt_x.py: test cases for jinja2cli options (format, strict, section, extension, outfile).

TODO

  • test combination of jinja2cli options

versions 2.7, 3.5+
- Added test cases for supported data formnts: env, ini, querystring,
  json, hjson, json5, xml, yaml, toml
- Added test cases for jinja2 options: format, strict, section,
  extension, outfile

TODO:
- test combination of options
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.

None yet

1 participant