-
Notifications
You must be signed in to change notification settings - Fork 4
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
TST/FIX: ArchiveSearchWidget & TraceFileConvert Tests #84
Conversation
Note: Second Note: |
Adding tests for Additional fixes that came up during testing
|
Adding tests for
ArchiveSearchWidget
andArchiveResultsTableModel
.Fixing issues that came up during testing:
config.py
&config.json
:archiver_urls
because I realized they aren't being used anywhere in the project and could cause confusionarchive_search.py
:logger
to prevent getting a duplicateArchiveResultsTableModel.rowCount
implementation because it requires an argument when it should default to an emptyQModelIndex
ArchiveSearchWidget.archive_url_textedit
with$PYDM_ARCHIVER_URL
instead of hardcoding the URLArchiveSearchWidget.request_archiver_info
, make some wildcards work for 1+ characters instead of just 1 character