issues Search Results · repo:dbfixtures/pytest-dbfixtures language:Python
Filter by
70 results
(81 ms)70 results
indbfixtures/pytest-dbfixtures (press backspace or delete to remove)I am trying to use pytest with my local instance of dynamodb. I installed pytest and pytest-dbfixtures in my working
environment, but when I tried to run my tests it gives me ModuleNotFoundError: No module ...
ParasBotadra
- 1
- Opened on Sep 18, 2018
- #228
This is an issue in two points:
1) The pypi package page point to the documentation for v0.13 on pythonhosted instead of the stable on readthedocs
2) The documentation of the versions prior to v0.17 ...
montefra
- 4
- Opened on Nov 14, 2017
- #226
I follow the example here - http://pytest-dbfixtures.readthedocs.io/en/latest/howtouse.html for postgres -
from pytest_dbfixtures import factories
postgresql_proc2 = factories.postgresql_proc(port=9876) ...
input needed
tommagic
- 2
- Opened on Oct 27, 2016
- #208
Bug
The mysql_install_db Perl script was replaced with a C++ implementation in MySQL 5.7.5. This C++ version does not have
the --tmpfile option which causes an error when it is called in init_mysql_directory(). ...
bug
DonnchaC
- 1
- Opened on Oct 26, 2016
- #207
using mongo fixture, pytest 3.0.3, dbfixtures 0.16.0
request = SubRequest mongodb for Function test_rename
process_name = mongo_proc2
def get_process_fixture(request, process_name):
...
enhancement
bmoscon
- 2
- Opened on Oct 20, 2016
- #204
It might be difficult to debug what is going on, so I propose to use --no-defaults flag in mysqld_safe command
(https://github.com/ClearcodeHQ/pytest-dbfixtures/blob/master/src/pytest_dbfixtures/factories/mysql.py#L121). ...
enhancement
tomislater
- 3
- Opened on Sep 16, 2016
- #193
Otherwise connections open by e.g. SQLAlchemy connection pools in tests and session-scoped services started by them will
make DROP DATABASE error.
mmaslowskicc
- Opened on Sep 16, 2016
- #191
Nearly any bug in a project using PostgreSQL and having test service processes running from session-scoped fixtures
causes a test failure cascade or hang, with errors about dropping databases with existing ...
mmaslowskicc
- 4
- Opened on Sep 14, 2016
- #188
$ PYTHONWARNINGS=all,error py.test -x
[...]
File /vagrant/src/pytest_dbfixtures/plugin.py , line 27, in module
ROOT_DIR = path(__file__).parent.parent.abspath()
File build/bdist.linux-x86_64/egg/path.py ...
bug
mmaslowskicc
- 1
- Opened on Aug 16, 2016
- #177
Splitting dbfixtures into smaller packages each responsible for it s own db engine, would allow to ease the maintenance
of such part, and at the same time woul dleave dbfixtures as a metapackage
enhancement
fizyk
- 2
- Opened on Jun 30, 2016
- #160

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.