mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2025-08-06 20:06:57 +02:00
* 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
5 lines
85 B
Python
5 lines
85 B
Python
import sys
|
|
import os
|
|
|
|
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
|