More tests
This commit is contained in:
parent
c07d17ba9b
commit
0ab0eaec34
3 changed files with 85 additions and 91 deletions
|
@ -1,7 +1,5 @@
|
|||
from copy import deepcopy
|
||||
|
||||
import pytest
|
||||
|
||||
from app import activitypub as ap
|
||||
from app import ldsig
|
||||
from app.key import Key
|
||||
|
@ -30,7 +28,6 @@ _SAMPLE_CREATE = {
|
|||
}
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Working but slow")
|
||||
def test_linked_data_sig():
|
||||
privkey, pubkey = factories.generate_key()
|
||||
ra = factories.RemoteActorFactory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue