Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2021-09-14 17:36:20 +0300
committerPetr Menšík <pemensik@redhat.com>2021-09-14 20:19:39 +0300
commitac9dff2aca604243170a5925b22fd3bce58b1699 (patch)
tree1d12a91d136a613312caadddd66db36c1c3c1eba /.travis.yml
parenta544a070e62664ba752375227678dc538790ad2b (diff)
Make tests detected by pytest
Do not require explicit running of each test, locate tests just from pytest. Change also travis test paths.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 393fe8f..0dfb728 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,11 +18,11 @@ install:
- pip install -r requirements.txt
- pip install .
script:
- - python tests/dnsviz_probe_options.py
- - python tests/dnsviz_probe_run_offline.py
- - python tests/dnsviz_print_options.py
- - python tests/dnsviz_print_run.py
- - python tests/dnsviz_graph_options.py
- - python tests/dnsviz_graph_run.py
- - python tests/dnsviz_grok_options.py
- - python tests/dnsviz_grok_run.py
+ - python tests/test_dnsviz_probe_options.py
+ - python tests/test_dnsviz_probe_run_offline.py
+ - python tests/test_dnsviz_print_options.py
+ - python tests/test_dnsviz_print_run.py
+ - python tests/test_dnsviz_graph_options.py
+ - python tests/test_dnsviz_graph_run.py
+ - python tests/test_dnsviz_grok_options.py
+ - python tests/test_dnsviz_grok_run.py