-
Notifications
You must be signed in to change notification settings - Fork 21
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
Improve software tests #49
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
amotl
force-pushed
the
more-tests
branch
2 times, most recently
from
April 15, 2022 21:53
3345be5
to
97f17eb
Compare
amotl
force-pushed
the
more-tests
branch
2 times, most recently
from
April 18, 2022 20:21
b0d8825
to
ccc50d9
Compare
This was
linked to
issues
Apr 18, 2022
amotl
force-pushed
the
more-tests
branch
5 times, most recently
from
April 19, 2022 00:33
c9e863f
to
70b0c83
Compare
Open
amotl
force-pushed
the
more-tests
branch
3 times, most recently
from
April 21, 2022 00:35
4cd9f68
to
1135fa8
Compare
amotl
force-pushed
the
more-tests
branch
2 times, most recently
from
May 26, 2022 16:28
9c7deb5
to
c0a0bac
Compare
amotl
force-pushed
the
more-tests
branch
5 times, most recently
from
June 3, 2022 15:43
2619711
to
0f48979
Compare
The previous servers have been decomissioned. The new systems will serve PDF documents only. > The USPTO Patent and Published Application Image Databases now use PDF > images instead of TIFF images. > > -- https://patft.uspto.gov/netahtml/PTO/help/images.htm
This sets the stage for using `patzilla` on the commandline, where a minimal but functional Pyramid environment has to be spawned in order to access the machinery wrapping the data source adapter subsystems.
Upstream changes needed some adjustments. > DPMAregister will have a new layout from 1 June 2022. > The pages have been streamlined. > > -- https://register.dpma.de/DPMAregister/service/aktuelles#a57
USPTO PatFT and AppFT are deprecated. On September 30 2022, the United States Patent and Trademark Office’s (USPTO) new Patent Public Search tool (PPUBS) replaced four legacy tools—Public-Examiner’s Automated Search Tool (PubEAST), Public-Web- based Examiner’s Search Tool (PubWEST), Patent Full-Text and Image Database (PatFT), and Patent Application Full-Text and Image Database (AppFT). See also https://meta.ip-tools.org/t/178.
When pushing to the same branch on a PR, cancel running jobs of the same kind.
This aims to mitigate errors on GHA, when running `convert`, like: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408`
The SQLite database would not be safe enough when accessed concurrently.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi.
We are adding a more comprehensive test harness in order to support the migration to Python 3, see #27. Most notably, 8ad0737 switches from
nose
topytest
and b025630 brings in important test infrastructure to verify the data acquisition subsystems.With kind regards,
Andreas.