Skip to content

Commit

Permalink
✅ Add tests with env markers and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 15, 2019
1 parent c9ff3b0 commit 43ddf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def test_process_deps(self, newconfig):
-r requirements.txt
yapf>=0.25.0,<0.27 # pyup: < 0.27 # disable updates
--index-url https://pypi.org/simple
pywin32 >=1.0 ; sys_platform == '#my-magic-platform' or sys_platform == 'your-#-platform' # so what now
-fhttps://pypi.org/packages
--global-option=foo
-v dep1
Expand All @@ -154,6 +155,7 @@ def test_process_deps(self, newconfig):
"-rrequirements.txt",
"yapf>=0.25.0,<0.27",
"--index-url=https://pypi.org/simple",
"pywin32 >=1.0 ; sys_platform == '#my-magic-platform' or sys_platform == 'your-#-platform'",
"-fhttps://pypi.org/packages",
"--global-option=foo",
"-v dep1",
Expand Down

0 comments on commit 43ddf99

Please sign in to comment.