1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-13 15:15:04 +02:00
pgpainless/pgpainless-sop/src/test/java/sop/testsuite/pgpainless/package-info.java

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
295 B
Java
Raw Normal View History

// SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
/**
* Generalized tests for the {@link sop.SOP} API.
* For tests tailored specifically to PGPainless' behavior, see {@link org.pgpainless.sop}.
*/
package sop.testsuite.pgpainless;