Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 169
    • Issues 169
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 28
    • Merge requests 28
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !685

Alternative to tavern tests using test_tools

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Krzysztof Mochocki requested to merge kmochocki/remove_tavern into develop Sep 27, 2022
  • Overview 0
  • Commits 9
  • Pipelines 0
  • Changes 64

Add script for pattern testing basing on tavern.yaml format using test_tools.

Thanks to this messeges are more clear and requests are integrated with test_tools, so it's possible to enable schema verifcation during tests

Pattern tests no longer require tox

Examples:

        pytest -m api/condenser_api
        pytest -m 'method/get_account_history and negative/False'
        pytest -m 'method/get_account_history or method/enum_virtual_ops and api/block_api'

Compatibility with tavern is kept, so it's still possible to run tests with tox and tavern

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kmochocki/remove_tavern