Skip to content

Commit

Permalink
DELETE ME: add src/ to the PATH
Browse files Browse the repository at this point in the history
Another day without pip shenanigans.
  • Loading branch information
BrunoMSantos committed Nov 16, 2023
1 parent e7d6156 commit 4219201
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Licensed under the terms of BSD 2-Clause, see LICENSE for details.

import pytest
import os
import sys

# Use 'our' version of the module.
sys.path.insert(0, os.path.abspath('src'))

# Enable introspection on assertions in testenv
pytest.register_assert_rewrite('test.testenv')

0 comments on commit 4219201

Please sign in to comment.