/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
30a2f07
Branches
main
benchmark-results
benchcompress
/
tests
/
conftest.py
7 lines · 185 B
Copy
Copied
Blame
History
Raw
1
"""Configuration for pytest."""
2
3
import
os
4
import
sys
5
6
# Add the src directory to the Python path
7
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
"../src"
)))
↑
↓
move
↵
open
esc
close