mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
make tests directory a proper python module
This commit is contained in:
parent
b029dbf2df
commit
ae4a4e8e7c
5 changed files with 9 additions and 7 deletions
|
|
@ -5,8 +5,9 @@ import unittest
|
|||
from typing import Optional
|
||||
|
||||
import pytest
|
||||
from direnv_project import DirenvProject
|
||||
from procs import run
|
||||
|
||||
from .direnv_project import DirenvProject
|
||||
from .procs import run
|
||||
|
||||
|
||||
def direnv_exec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue