syncstorage-rs/tools/tokenserver/conftest.py
Nick Shirley 15840c5ecf
chore: migrate tokenserver tests to pytest with junit output
* add pytest and script to make for running tests with pytest

* add conftest for pytest path handling

* move store test results to capture integration results

* remove unneeded run_tests and fix warnings about assert_()

Closes SYNC-4612
2025-03-17 22:36:42 -06:00

5 lines
85 B
Python

import sys
import os
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))