Skip to content

Commit 4bb5943

Browse files
author
mrodin
committed
rp_ignore_tags parameter implemented
1 parent c1ba34f commit 4bb5943

File tree

1,291 files changed

+193359
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,291 files changed

+193359
-4
lines changed

.idea/agent-python-pytest.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 545 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
14.5 KB
Binary file not shown.

.tox/log/tox-0.log

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
actionid: tox
2+
msg: packaging
3+
cmdargs: ['/Users/maksimrodin/virtualenvs/agent_python_pytest/bin/python3.6', local('/Users/maksimrodin/Development/agent-python-pytest/setup.py'), 'sdist', '--formats=zip', '--dist-dir', local('/Users/maksimrodin/Development/agent-python-pytest/.tox/dist')]
4+
env: None
5+
6+
running sdist
7+
running egg_info
8+
writing pytest_reportportal.egg-info/PKG-INFO
9+
writing dependency_links to pytest_reportportal.egg-info/dependency_links.txt
10+
writing entry points to pytest_reportportal.egg-info/entry_points.txt
11+
writing requirements to pytest_reportportal.egg-info/requires.txt
12+
writing top-level names to pytest_reportportal.egg-info/top_level.txt
13+
reading manifest file 'pytest_reportportal.egg-info/SOURCES.txt'
14+
reading manifest template 'MANIFEST.in'
15+
writing manifest file 'pytest_reportportal.egg-info/SOURCES.txt'
16+
running check
17+
creating pytest-reportportal-1.0.0
18+
creating pytest-reportportal-1.0.0/pytest_reportportal
19+
creating pytest-reportportal-1.0.0/pytest_reportportal.egg-info
20+
copying files to pytest-reportportal-1.0.0...
21+
copying CONTRIBUTING.rst -> pytest-reportportal-1.0.0
22+
copying MANIFEST.in -> pytest-reportportal-1.0.0
23+
copying README.rst -> pytest-reportportal-1.0.0
24+
copying setup.cfg -> pytest-reportportal-1.0.0
25+
copying setup.py -> pytest-reportportal-1.0.0
26+
copying pytest_reportportal/__init__.py -> pytest-reportportal-1.0.0/pytest_reportportal
27+
copying pytest_reportportal/plugin.py -> pytest-reportportal-1.0.0/pytest_reportportal
28+
copying pytest_reportportal/service.py -> pytest-reportportal-1.0.0/pytest_reportportal
29+
copying pytest_reportportal.egg-info/PKG-INFO -> pytest-reportportal-1.0.0/pytest_reportportal.egg-info
30+
copying pytest_reportportal.egg-info/SOURCES.txt -> pytest-reportportal-1.0.0/pytest_reportportal.egg-info
31+
copying pytest_reportportal.egg-info/dependency_links.txt -> pytest-reportportal-1.0.0/pytest_reportportal.egg-info
32+
copying pytest_reportportal.egg-info/entry_points.txt -> pytest-reportportal-1.0.0/pytest_reportportal.egg-info
33+
copying pytest_reportportal.egg-info/requires.txt -> pytest-reportportal-1.0.0/pytest_reportportal.egg-info
34+
copying pytest_reportportal.egg-info/top_level.txt -> pytest-reportportal-1.0.0/pytest_reportportal.egg-info
35+
Writing pytest-reportportal-1.0.0/setup.cfg
36+
creating '.tox/dist/pytest-reportportal-1.0.0.zip' and adding 'pytest-reportportal-1.0.0' to it
37+
adding 'pytest-reportportal-1.0.0/CONTRIBUTING.rst'
38+
adding 'pytest-reportportal-1.0.0/MANIFEST.in'
39+
adding 'pytest-reportportal-1.0.0/PKG-INFO'
40+
adding 'pytest-reportportal-1.0.0/README.rst'
41+
adding 'pytest-reportportal-1.0.0/setup.cfg'
42+
adding 'pytest-reportportal-1.0.0/setup.py'
43+
adding 'pytest-reportportal-1.0.0/pytest_reportportal/__init__.py'
44+
adding 'pytest-reportportal-1.0.0/pytest_reportportal/plugin.py'
45+
adding 'pytest-reportportal-1.0.0/pytest_reportportal/service.py'
46+
adding 'pytest-reportportal-1.0.0/pytest_reportportal.egg-info/dependency_links.txt'
47+
adding 'pytest-reportportal-1.0.0/pytest_reportportal.egg-info/entry_points.txt'
48+
adding 'pytest-reportportal-1.0.0/pytest_reportportal.egg-info/PKG-INFO'
49+
adding 'pytest-reportportal-1.0.0/pytest_reportportal.egg-info/requires.txt'
50+
adding 'pytest-reportportal-1.0.0/pytest_reportportal.egg-info/SOURCES.txt'
51+
adding 'pytest-reportportal-1.0.0/pytest_reportportal.egg-info/top_level.txt'
52+
removing 'pytest-reportportal-1.0.0' (and everything under it)

.tox/python/.Python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Library/Frameworks/Python.framework/Versions/3.6/Python

.tox/python/.tox-config1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
e3506f68db2ae1d3610475e2dac715ab /Users/maksimrodin/virtualenvs/agent_python_pytest/bin/python3.6
2+
2.8.1 0 0 0

.tox/python/bin/activate

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# This file must be used with "source bin/activate" *from bash*
2+
# you cannot run it directly
3+
4+
deactivate () {
5+
unset -f pydoc >/dev/null 2>&1
6+
7+
# reset old environment variables
8+
# ! [ -z ${VAR+_} ] returns true if VAR is declared at all
9+
if ! [ -z "${_OLD_VIRTUAL_PATH+_}" ] ; then
10+
PATH="$_OLD_VIRTUAL_PATH"
11+
export PATH
12+
unset _OLD_VIRTUAL_PATH
13+
fi
14+
if ! [ -z "${_OLD_VIRTUAL_PYTHONHOME+_}" ] ; then
15+
PYTHONHOME="$_OLD_VIRTUAL_PYTHONHOME"
16+
export PYTHONHOME
17+
unset _OLD_VIRTUAL_PYTHONHOME
18+
fi
19+
20+
# This should detect bash and zsh, which have a hash command that must
21+
# be called to get it to forget past commands. Without forgetting
22+
# past commands the $PATH changes we made may not be respected
23+
if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
24+
hash -r 2>/dev/null
25+
fi
26+
27+
if ! [ -z "${_OLD_VIRTUAL_PS1+_}" ] ; then
28+
PS1="$_OLD_VIRTUAL_PS1"
29+
export PS1
30+
unset _OLD_VIRTUAL_PS1
31+
fi
32+
33+
unset VIRTUAL_ENV
34+
if [ ! "${1-}" = "nondestructive" ] ; then
35+
# Self destruct!
36+
unset -f deactivate
37+
fi
38+
}
39+
40+
# unset irrelevant variables
41+
deactivate nondestructive
42+
43+
VIRTUAL_ENV="/Users/maksimrodin/Development/agent-python-pytest/.tox/python"
44+
export VIRTUAL_ENV
45+
46+
_OLD_VIRTUAL_PATH="$PATH"
47+
PATH="$VIRTUAL_ENV/bin:$PATH"
48+
export PATH
49+
50+
# unset PYTHONHOME if set
51+
if ! [ -z "${PYTHONHOME+_}" ] ; then
52+
_OLD_VIRTUAL_PYTHONHOME="$PYTHONHOME"
53+
unset PYTHONHOME
54+
fi
55+
56+
if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT-}" ] ; then
57+
_OLD_VIRTUAL_PS1="$PS1"
58+
if [ "x" != x ] ; then
59+
PS1="$PS1"
60+
else
61+
PS1="(`basename \"$VIRTUAL_ENV\"`) $PS1"
62+
fi
63+
export PS1
64+
fi
65+
66+
# Make sure to unalias pydoc if it's already there
67+
alias pydoc 2>/dev/null >/dev/null && unalias pydoc
68+
69+
pydoc () {
70+
python -m pydoc "$@"
71+
}
72+
73+
# This should detect bash and zsh, which have a hash command that must
74+
# be called to get it to forget past commands. Without forgetting
75+
# past commands the $PATH changes we made may not be respected
76+
if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
77+
hash -r 2>/dev/null
78+
fi

0 commit comments

Comments
 (0)