From 85215361b561d332cab954ea68438a2d442c96d8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 17 Oct 2024 10:26:15 -0500 Subject: Rename test module. --- tests/uploader/__init__.py | 0 tests/uploader/test_entry.py | 43 ++++++++++ tests/uploader/test_expression_data_pages.py | 92 ++++++++++++++++++++++ tests/uploader/test_parse.py | 96 +++++++++++++++++++++++ tests/uploader/test_progress_indication.py | 109 ++++++++++++++++++++++++++ tests/uploader/test_results_page.py | 68 ++++++++++++++++ tests/uploader/test_uploads_with_zip_files.py | 84 ++++++++++++++++++++ 7 files changed, 492 insertions(+) create mode 100644 tests/uploader/__init__.py create mode 100644 tests/uploader/test_entry.py create mode 100644 tests/uploader/test_expression_data_pages.py create mode 100644 tests/uploader/test_parse.py create mode 100644 tests/uploader/test_progress_indication.py create mode 100644 tests/uploader/test_results_page.py create mode 100644 tests/uploader/test_uploads_with_zip_files.py (limited to 'tests/uploader') diff --git a/tests/uploader/__init__.py b/tests/uploader/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/uploader/test_entry.py b/tests/uploader/test_entry.py new file mode 100644 index 0000000..0c614a5 --- /dev/null +++ b/tests/uploader/test_entry.py @@ -0,0 +1,43 @@ +"""Test the entry module in the web-ui""" +import pytest + +@pytest.mark.parametrize( + "dataitem,lower", + ( + # expression data UI elements + (b'
We have found the following errors so far
We found the following errors