File: pytest

package info (click to toggle)
elastalert 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,472 kB
  • sloc: python: 12,252; makefile: 108; sh: 2
file content (5 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
#!/bin/bash

set -e

pytest-3 -s -v tests/ -k "not test_wait_until_responsive_timeout_es_not_available and not test_wait_until_responsive_timeout_index_does_not_exist and not test_raises_on_missing_config"