Skip to content

Commit

Permalink
SPDX license headers for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schelleg authored and skalade committed Sep 28, 2022
1 parent d75f95a commit deed74d
Show file tree
Hide file tree
Showing 16 changed files with 191 additions and 120 deletions.
3 changes: 3 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

3 changes: 3 additions & 0 deletions tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import contextlib
import os

Expand Down
3 changes: 3 additions & 0 deletions tests/mock_devices.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import collections
import numpy as np
import pynq
Expand Down
3 changes: 3 additions & 0 deletions tests/mock_ip.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import struct


Expand Down
3 changes: 3 additions & 0 deletions tests/test_axigpio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import pytest
from pynq.lib import AxiGPIO

Expand Down
3 changes: 3 additions & 0 deletions tests/test_bitstream.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import os
import pynq
import pytest
Expand Down
3 changes: 3 additions & 0 deletions tests/test_buffer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import pynq
import pytest

Expand Down
3 changes: 3 additions & 0 deletions tests/test_clocks.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import math
import pynq
import pytest
Expand Down
3 changes: 3 additions & 0 deletions tests/test_devicetree.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import os
import pynq
import pytest
Expand Down
3 changes: 3 additions & 0 deletions tests/test_gpio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import os
import pynq
import pytest
Expand Down
3 changes: 3 additions & 0 deletions tests/test_interrupt.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import asyncio
import functools
import importlib
Expand Down
3 changes: 3 additions & 0 deletions tests/test_mmio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (C) 2022 Xilinx, Inc
# SPDX-License-Identifier: BSD-3-Clause

import warnings
import struct
import pytest
Expand Down
Loading

0 comments on commit deed74d

Please sign in to comment.