
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
Path in pytest options distracts pytest.ini discovery Β· Issue #1435 Β· pytest-dev/pytest
Description:
Please find the minimal source code example for reproducing in Archive.zip. Without CLI options, the pytest.ini is found (first assertion in the test passes): β―β―β― py.test β ================================= test session starts ==========...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Education
- Technology & Computing
- Social Networks
Content Management System {π}
What CMS is github.com built with?
Github.com relies on WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 14,039,567 visitors per month in the current month.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 7,005,574 paying customers.
The estimated monthly recurring revenue (MRR) is $29,423,411.
The estimated annual recurring revenues (ARR) are $353,080,928.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
pytest, type, problem, nicoddemus, matthiasha, commented, options, pytestini, issue, assert, backward, compatibility, sign, issues, linux, pluggy, testtestpy, testtest, setvalue, testlog, unset, regression, removed, contributor, github, pull, requests, projects, path, discovery, cli, test, platform, python, rootdir, items, ubuntu, release, status, member, author, comment, diegorusso, navigation, source, code, actions, security, distracts, description,
Topics {βοΈ}
minimal source code /users/mzhafn/tmp/pytest assigned labels status personal information path backward compatibility issues ini discovery fails custom pytest options vivid check-manifest backward compatibility labels type projects critical grave problem fix determining rootdir comment metadata assignees test cli option test --cli-option pytest config class projects milestone log test_test ubuntu description requests cli options usability issue /users/mzhafn pytest_ini_option == 'set_value' assert pytest test passes backward compatibility users type ronnypfannschmidt mentioned issues addressed type cli arguments path devpi-client devpi-common carefully noted affects lots fine atm email directly production system running fine brain dumping milestone relationships bug problem custom py function determine_setup /test test regression label ini
Payment Methods {π}
- Braintree
Questions {β}
- 4 you don't have this problem?
- Already have an account?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:Path in pytest options distracts pytest.ini discovery
articleBody:Please find the minimal source code example for reproducing in [Archive.zip](https://github.com/pytest-dev/pytest/files/158427/Archive.zip).
Without CLI options, the pytest.ini is found (first assertion in the test passes):
```
β―β―β― py.test β
================================= test session starts =================================
platform linux2 -- Python 2.7.9, pytest-2.9.0, py-1.4.31, pluggy-0.3.1
rootdir: /Users/mzhafn/tmp/pytest-new, inifile: pytest.ini
collected 1 items
test_test.py F
====================================== FAILURES =======================================
______________________________________ test_test ______________________________________
def test_test():
assert pytest.config.option.pytest_ini_option == 'set_value'
> assert pytest.config.option.cli_option == '../../test.log'
E assert 'unset' == '../../test.log'
E - unset
E + ../../test.log
test_test.py:6: AssertionError
============================== 1 failed in 0.04 seconds ===============================
```
With a path that is part of a custom py.test CLI option, pytest.ini discovery fails:
```
β―β―β― py.test --cli-option ../../test.log
================================= test session starts =================================
platform linux2 -- Python 2.7.9, pytest-2.9.0, py-1.4.31, pluggy-0.3.1
rootdir: /Users/mzhafn, inifile:
collected 1 items
test_test.py F
====================================== FAILURES =======================================
______________________________________ test_test ______________________________________
def test_test():
> assert pytest.config.option.pytest_ini_option == 'set_value'
E assert 'unset' == 'set_value'
E - unset
E + set_value
test_test.py:5: AssertionError
============================== 1 failed in 0.04 seconds ===============================
```
platform linux2 -- Python 2.7.9, pytest-2.9.0, py-1.4.31, pluggy-0.3.1
Linux mzhafn-mb-ubuntu 3.19.0-43-generic #49-Ubuntu SMP Sun Dec 27 19:43:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
check-manifest (0.31)
devpi-client (2.1.0)
devpi-common (2.0.8)
pip (7.1.2)
pkginfo (1.2.1)
pluggy (0.3.1)
py (1.4.31)
pytest (2.9.0)
requests (2.9.1)
setuptools (20.2.2)
tox (2.3.1)
virtualenv (14.0.6)
author:
url:https://github.com/matthiasha
type:Person
name:matthiasha
datePublished:2016-03-04T09:30:16.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:17
url:https://github.com/1435/pytest/issues/1435
context:https://schema.org
headline:Path in pytest options distracts pytest.ini discovery
articleBody:Please find the minimal source code example for reproducing in [Archive.zip](https://github.com/pytest-dev/pytest/files/158427/Archive.zip).
Without CLI options, the pytest.ini is found (first assertion in the test passes):
```
β―β―β― py.test β
================================= test session starts =================================
platform linux2 -- Python 2.7.9, pytest-2.9.0, py-1.4.31, pluggy-0.3.1
rootdir: /Users/mzhafn/tmp/pytest-new, inifile: pytest.ini
collected 1 items
test_test.py F
====================================== FAILURES =======================================
______________________________________ test_test ______________________________________
def test_test():
assert pytest.config.option.pytest_ini_option == 'set_value'
> assert pytest.config.option.cli_option == '../../test.log'
E assert 'unset' == '../../test.log'
E - unset
E + ../../test.log
test_test.py:6: AssertionError
============================== 1 failed in 0.04 seconds ===============================
```
With a path that is part of a custom py.test CLI option, pytest.ini discovery fails:
```
β―β―β― py.test --cli-option ../../test.log
================================= test session starts =================================
platform linux2 -- Python 2.7.9, pytest-2.9.0, py-1.4.31, pluggy-0.3.1
rootdir: /Users/mzhafn, inifile:
collected 1 items
test_test.py F
====================================== FAILURES =======================================
______________________________________ test_test ______________________________________
def test_test():
> assert pytest.config.option.pytest_ini_option == 'set_value'
E assert 'unset' == 'set_value'
E - unset
E + set_value
test_test.py:5: AssertionError
============================== 1 failed in 0.04 seconds ===============================
```
platform linux2 -- Python 2.7.9, pytest-2.9.0, py-1.4.31, pluggy-0.3.1
Linux mzhafn-mb-ubuntu 3.19.0-43-generic #49-Ubuntu SMP Sun Dec 27 19:43:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 15.04
Release: 15.04
Codename: vivid
check-manifest (0.31)
devpi-client (2.1.0)
devpi-common (2.0.8)
pip (7.1.2)
pkginfo (1.2.1)
pluggy (0.3.1)
py (1.4.31)
pytest (2.9.0)
requests (2.9.1)
setuptools (20.2.2)
tox (2.3.1)
virtualenv (14.0.6)
author:
url:https://github.com/matthiasha
type:Person
name:matthiasha
datePublished:2016-03-04T09:30:16.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:17
url:https://github.com/1435/pytest/issues/1435
Person:
url:https://github.com/matthiasha
name:matthiasha
url:https://github.com/matthiasha
name:matthiasha
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:17
interactionType:https://schema.org/CommentAction
userInteractionCount:17
External Links {π}(2)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net