Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytest v2 #297

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Pytest v2 #297

wants to merge 14 commits into from

Conversation

JoseSantosAMD
Copy link
Contributor

Working on fixes for failed pytest on github actions

JoseSantosAMD and others added 14 commits April 22, 2024 23:26
-  default settings for parser made a global variable for easy importing
-  create_parser make parser, so that it can be imported and used in pytest
-  h4 tags removed from plotless gui
-   pytest waits for h4 tags to appear to commence testing
- page.py has functions to get data from histograms, plots, sorting
-  also has functions to get title data and use slider

Move data from file to script

-  keys, titles, file_names, file_names_recursive now global vars
-  test_find_causal_files uses those vars
-  reformatted

Expected Values written into script

-  test_parse_files now has expected vals in script
- tests impact, point count, speedup
-  values are rounded to 4 to avoid floating point errors

-

Added expected title sets

-  added file_names to find_causal_files and parse_files
-  Added expected title sets to alpha_title_order
-  Added expected title sets to gui_flag tests
- Added workload_dir instead of absolute path

reformatting

Separate test_parse_files by test

-  each test runs parse_files with a different set of inputs
-  some expected vals are global bc they are used often and consistent

split compute speedups

-  each test runs compute_speedups with a different set of inputs
-  removed need for test_results.json
-  sparse tests for plot data
-  add expected_title_set for ordering tests
-  removed experiments/progress_points since it is being tested already

Move testing validation from parse_files to compute

-  Validation now tested with single file and multiple
-  Added expected title set to min_points_slider test
-  Remove unused parts of code

min points fix

-  Changed min points  to greater than or equal
-  Redefined point count to num points in line not chart
- Some reformatting

Slider, single line legend, and upload file fix

-  Remove unused function
-  Add using flag min points to slider in header
-  Add legend for when only chart has only one line
-  Name reformatting
-  Gui workload path now uses find_causal_files
-  Drag and Drop file now has correct workloads

Uploaded_file and compute_sorts tests

-  Add testing for compute_sorts
-  Add testing for uploaded_file
-  Remove print statements

Put frequently used data as global var

-  Add json files used for testing
-  Put frequently used data as global var
-  Update file names to use os.path

Reformatting

Remove unused imports/variables

remove unused imports

New min points bug

-  Redefining Min points changed test output

Linting errors fix

-  Move imports to the top of file
-  remove unused vars

Linting error fix

-  Move imports to the top of file

Remove extra spaces

reformatting

Captured Histogram data Now tested
- Relocated /tests to /source/tests
- Relocated /workloads to /source/workflows
- add /geckodriver.log produced during testing
- added /pytest.ini with a default setup when running testing
- Suppress 'No matching causal data for expected validations:' message from compute_speedups(...) function unless debug is True
- tweaked imports after relocation
- added license to tests/page.py and tests/tesh_graphs.py
- fixed test_find_causal_files_valid_directory comparing unsorted data
- fixed some test failures (comparing unsorted lists, etc.)
- corrected some reference values in tests
- added try/finally in many places to ensure process running GUI is terminated
- use sudo for apt-get since not in docker container
- add ~/.local/bin to PATH
- install requirements and gecko in testing
- tweak installs for testing
- refresh snap
- tweak installs for testing
- new strategy for headless browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants