File tree 6 files changed +860
-861
lines changed
6 files changed +860
-861
lines changed Original file line number Diff line number Diff line change 1
1
[tool .pytest .ini_options ]
2
- # for "normal" test output
3
- # addopts = "--tb native -v -r fxX --maxfail=300 -p no:warnings"
4
- # addopts = [
5
- # "--import-mode=importlib",
6
- # "--tb native",
7
- # "--maxfail=300",
8
- # "-v -r fxX -p no:warnings",
9
- # ]
2
+ # addopts = "--tb native -v -r fxX --maxfail=300 -p no:warnings --dburi=firebird://sysdba@/E:\\\\Project\\\\_data\\\\sqla_test.fdb?charset=UTF8&fb_library_name=E:\\\\Project\\\\_data\\\\fb-4.0.2.2816-0-x64\\\\fbclient.dll"
10
3
# for verbose test output (like engine.echo = True)
11
-
12
- # addopts = "--tb native -v -r fxX --maxfail=300 -p no:warnings --log-info=sqlalchemy.engine --dburi=firebird://sysdba@/E:\\\\Project\\\\_data\\\\sqla_test.fdb?charset=UTF8&fb_library_name=E:\\\\Project\\\\_data\\\\fb-4 .0.2.2816 -0-x64\\\\fbclient.dll"
13
- addopts = " --tb native -v -r fxX --maxfail=300 -p no:warnings --log-info=sqlalchemy.engine "
14
-
4
+ addopts = " --tb native -v -r fxX --maxfail=300 -p no:warnings --dburi=firebird://sysdba@/E: \\\\ Project \\\\ _data \\\\ sqla_test.fdb?charset=UTF8&fb_library_name=E: \\\\ Project \\\\ _data \\\\ fb-4.0.2.2816-0-x64 \\\\ fbclient.dll --log-info=sqlalchemy.engine "
5
+ # addopts = "--tb native -v -r fxX --maxfail=300 -p no:warnings --log-info=sqlalchemy.engine --dburi=firebird://sysdba@/E:\\\\Project\\\\_data\\\\sqla_test.fdb?charset=UTF8&fb_library_name=E:\\\\Project\\\\_data\\\\fb-3 .0.10.33601 -0-x64\\\\fbclient.dll"
6
+ # TODO: check on why we get an undefined marker message when running pytest with SQLA 2.
7
+ # markers = "backend: mark test as for the backend"
15
8
python_files = " test/*test_*.py"
16
9
17
10
# SQLAlchemy-Firebird configuration for Black.
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ requirement_cls=sqlalchemy_firebird.requirements:Requirements
6
6
profile_file =test/profiles.txt
7
7
8
8
[db]
9
- default =firebird://sysdba@/E:\Project\sql-fb\_data\sqla_test.fdb?charset =UTF8&fb_library_name =E:\Project\sql-fb\_data\fb-4.0.2.2816-0-x64\fbclient.dll
10
- # default=firebird://user:password@host:port/path/to/db[?charset=UTF8&key=value&key=value...]
11
- # embedded=firebird://path/to/db[?charset=UTF8&fb_library_name=/full_path_to/database_dll_or_so&key=value&key=value...]
12
- sqlite =sqlite:///:memory:
9
+ ; default=firebird://user:password@host:port/path/to/db[?charset=UTF8&key=value&key=value...]
10
+ ; embedded=firebird://path/to/db[?charset=UTF8&fb_library_name=/full_path_to/database_dll_or_so&key=value&key=value...]
11
+
Original file line number Diff line number Diff line change 25
25
# Not supporting kinterbase
26
26
# from . import kinterbasdb # noqa
27
27
28
- __version__ = "0.8.0 "
28
+ __version__ = "0.8.1 "
29
29
30
30
base .dialect = dialect = fdb .dialect
31
31
You can’t perform that action at this time.
0 commit comments