summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2022-06-05 12:25:40 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2022-06-05 12:25:40 +0100
commit09abe3f6dccc2910b326df668a5215448eb55b78 (patch)
tree4fdc393f63f15cbd89b30f691302d7ecfbfac21c
parentee7025341c006ad1bd44f078cc537926e7c0484c (diff)
Rename test files to run with pytest
-rw-r--r--README2
-rw-r--r--test/test_basedirectory.py (renamed from test/test-basedirectory.py)0
-rw-r--r--test/test_desktop.py (renamed from test/test-desktop.py)0
-rw-r--r--test/test_icon.py (renamed from test/test-icon.py)0
-rw-r--r--test/test_inifile.py (renamed from test/test-inifile.py)0
-rw-r--r--test/test_locale.py (renamed from test/test-locale.py)0
-rw-r--r--test/test_menu.py (renamed from test/test-menu.py)0
-rw-r--r--test/test_menu_rules.py (renamed from test/test-menu-rules.py)0
-rw-r--r--test/test_mime.py (renamed from test/test-mime.py)0
-rw-r--r--test/test_recentfiles.py (renamed from test/test-recentfiles.py)0
10 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c09f489..36d47f5 100644
--- a/README
+++ b/README
@@ -18,4 +18,4 @@ The XDG Package contains:
- Implementation of the XDG-Recent File Storage Specification
http://standards.freedesktop.org/recent-file-spec/
-To run the tests, run nosetests in the top level directory.
+To run the tests, run pytest in the top level directory.
diff --git a/test/test-basedirectory.py b/test/test_basedirectory.py
index 954f573..954f573 100644
--- a/test/test-basedirectory.py
+++ b/test/test_basedirectory.py
diff --git a/test/test-desktop.py b/test/test_desktop.py
index 9f88af6..9f88af6 100644
--- a/test/test-desktop.py
+++ b/test/test_desktop.py
diff --git a/test/test-icon.py b/test/test_icon.py
index 5a2731b..5a2731b 100644
--- a/test/test-icon.py
+++ b/test/test_icon.py
diff --git a/test/test-inifile.py b/test/test_inifile.py
index 6390bbb..6390bbb 100644
--- a/test/test-inifile.py
+++ b/test/test_inifile.py
diff --git a/test/test-locale.py b/test/test_locale.py
index bf40a15..bf40a15 100644
--- a/test/test-locale.py
+++ b/test/test_locale.py
diff --git a/test/test-menu.py b/test/test_menu.py
index 0139534..0139534 100644
--- a/test/test-menu.py
+++ b/test/test_menu.py
diff --git a/test/test-menu-rules.py b/test/test_menu_rules.py
index 0593d5c..0593d5c 100644
--- a/test/test-menu-rules.py
+++ b/test/test_menu_rules.py
diff --git a/test/test-mime.py b/test/test_mime.py
index cc10a3c..cc10a3c 100644
--- a/test/test-mime.py
+++ b/test/test_mime.py
diff --git a/test/test-recentfiles.py b/test/test_recentfiles.py
index 52e2867..52e2867 100644
--- a/test/test-recentfiles.py
+++ b/test/test_recentfiles.py