AGPL 3.0 headers

cython
heck 2020-11-13 02:54:45 +01:00
parent 9a3fb3918d
commit a03295b495
10 changed files with 31 additions and 3 deletions

View File

@ -1 +1,3 @@
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
"""pytest configuration for the unit tests."""
from .model import *

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
"""Constants for unit tests."""
DATADIR = "data"

View File

@ -1,4 +1,8 @@
from . import utils
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
# from . import utils
import pytest

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
# from . import constants
import pytest

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
"""Identity unit tests."""
import pytest

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
"""Message unit tests."""
from . import constants

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
"""Unit test for pEp package, not for subpackages or modules."""

View File

@ -1,4 +1,8 @@
from . import constants
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
# from . import constants
import pathlib

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# This file is under GNU Affero General Public License 3.0
# see LICENSE.txt
"""