Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace conftest.py with pytest plugins #70

Open
ChrisCummins opened this issue Jan 8, 2020 · 0 comments
Open

Replace conftest.py with pytest plugins #70

ChrisCummins opened this issue Jan 8, 2020 · 0 comments
Assignees
Labels

Comments

@ChrisCummins
Copy link
Owner

Rename conftest.py to tests/fixtures.py and add pytest_plugins = ["my.package.fixtures"] to test file headers.

See #65.

@ChrisCummins ChrisCummins self-assigned this Jan 8, 2020
ChrisCummins added a commit that referenced this issue Jan 8, 2020
ChrisCummins added a commit that referenced this issue Jan 8, 2020
ChrisCummins added a commit that referenced this issue Jan 12, 2020
ChrisCummins added a commit that referenced this issue Jan 12, 2020
ChrisCummins added a commit that referenced this issue Jan 25, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com//issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit that referenced this issue Jan 25, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com//issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/labm8 that referenced this issue Feb 2, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Feb 14, 2020
github.com/ChrisCummins/phd/issues/70

[Exported from 2c20e74d1664a6705115c016d7cd83b30f3e6228]
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Feb 14, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Feb 14, 2020
github.com/ChrisCummins/phd/issues/70

[Exported from 2c20e74d1664a6705115c016d7cd83b30f3e6228]
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Feb 14, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue Mar 14, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue Mar 18, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/dotfiles that referenced this issue Mar 31, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 4, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 4, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>

[Exported from 0136b42163265816ce8087a73cfcd27a76647ee2]
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 6, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 6, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 6, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/gh-archiver that referenced this issue May 6, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue May 6, 2020
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue May 6, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 11, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/cldrive that referenced this issue May 13, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/labm8 that referenced this issue May 27, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/ProGraML that referenced this issue Jun 3, 2020
ChrisCummins added a commit to ChrisCummins/ProGraML that referenced this issue Jun 3, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Jun 3, 2020
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Jun 3, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Jun 4, 2020
ChrisCummins added a commit to ChrisCummins/clgen that referenced this issue Jun 4, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/ProGraML that referenced this issue Jun 4, 2020
ChrisCummins added a commit to ChrisCummins/ProGraML that referenced this issue Jun 4, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/labm8 that referenced this issue Jun 17, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
ChrisCummins added a commit to ChrisCummins/ProGraML that referenced this issue Jun 18, 2020
ChrisCummins added a commit to ChrisCummins/ProGraML that referenced this issue Jun 18, 2020
This moves the conftest.py file at the root of the WORKSPACE into a
module in //labm8/py/internal that is explicitly loaded as a plugin by
//labm8/py:test.

This is part of the ongoing process to eliminate conftest.py files
from the repo and to enable --noconftest arg in pytest.

github.com/ChrisCummins/phd/issues/70

Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant