mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Document nature of tests in pgpainless-sop
This commit is contained in:
parent
0b7511a223
commit
741d72eadc
2 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
// SPDX-FileCopyrightText: 2024 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
/**
|
||||
* Tests for the {@link sop.SOP} API, tailored to the behavior of PGPainless' implementation specifically.
|
||||
* Generalized tests can be found in {@link sop.testsuite.pgpainless}.
|
||||
*/
|
||||
package org.pgpainless.sop;
|
|
@ -0,0 +1,9 @@
|
|||
// 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;
|
Loading…
Reference in a new issue