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
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.
-rw-r--r--.travis.yml16
-rw-r--r--tests/test_dnsviz_graph_options.py (renamed from tests/dnsviz_graph_options.py)0
-rw-r--r--tests/test_dnsviz_graph_run.py (renamed from tests/dnsviz_graph_run.py)0
-rw-r--r--tests/test_dnsviz_grok_options.py (renamed from tests/dnsviz_grok_options.py)0
-rw-r--r--tests/test_dnsviz_grok_run.py (renamed from tests/dnsviz_grok_run.py)0
-rw-r--r--tests/test_dnsviz_print_options.py (renamed from tests/dnsviz_print_options.py)0
-rw-r--r--tests/test_dnsviz_print_run.py (renamed from tests/dnsviz_print_run.py)0
-rw-r--r--tests/test_dnsviz_probe_options.py (renamed from tests/dnsviz_probe_options.py)0
-rw-r--r--tests/test_dnsviz_probe_run_offline.py (renamed from tests/dnsviz_probe_run_offline.py)0
-rw-r--r--tests/test_dnsviz_probe_run_online.py (renamed from tests/dnsviz_probe_run_online.py)0
10 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
diff --git a/tests/dnsviz_graph_options.py b/tests/test_dnsviz_graph_options.py
index 1e3db2c..1e3db2c 100644
--- a/tests/dnsviz_graph_options.py
+++ b/tests/test_dnsviz_graph_options.py
diff --git a/tests/dnsviz_graph_run.py b/tests/test_dnsviz_graph_run.py
index 41ba970..41ba970 100644
--- a/tests/dnsviz_graph_run.py
+++ b/tests/test_dnsviz_graph_run.py
diff --git a/tests/dnsviz_grok_options.py b/tests/test_dnsviz_grok_options.py
index 346459e..346459e 100644
--- a/tests/dnsviz_grok_options.py
+++ b/tests/test_dnsviz_grok_options.py
diff --git a/tests/dnsviz_grok_run.py b/tests/test_dnsviz_grok_run.py
index c4d0933..c4d0933 100644
--- a/tests/dnsviz_grok_run.py
+++ b/tests/test_dnsviz_grok_run.py
diff --git a/tests/dnsviz_print_options.py b/tests/test_dnsviz_print_options.py
index ce118ad..ce118ad 100644
--- a/tests/dnsviz_print_options.py
+++ b/tests/test_dnsviz_print_options.py
diff --git a/tests/dnsviz_print_run.py b/tests/test_dnsviz_print_run.py
index 8849403..8849403 100644
--- a/tests/dnsviz_print_run.py
+++ b/tests/test_dnsviz_print_run.py
diff --git a/tests/dnsviz_probe_options.py b/tests/test_dnsviz_probe_options.py
index d24b2f4..d24b2f4 100644
--- a/tests/dnsviz_probe_options.py
+++ b/tests/test_dnsviz_probe_options.py
diff --git a/tests/dnsviz_probe_run_offline.py b/tests/test_dnsviz_probe_run_offline.py
index b0705d3..b0705d3 100644
--- a/tests/dnsviz_probe_run_offline.py
+++ b/tests/test_dnsviz_probe_run_offline.py
diff --git a/tests/dnsviz_probe_run_online.py b/tests/test_dnsviz_probe_run_online.py
index 8533d48..8533d48 100644
--- a/tests/dnsviz_probe_run_online.py
+++ b/tests/test_dnsviz_probe_run_online.py