Skip to content

Commit

Permalink
Test with '.' instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Aug 10, 2023
1 parent 472b290 commit f665628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/test/b_functional/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def test_sample_collection() -> None:
def test_sample_collection_venv_with_gitignore() -> None:
op = subprocess.run(
"python -m venv venv \
&& . venv/bin/activate \
&& . venv/bin/activate \
&& pip install ../../../../../ \
&& molecule list \
&& deactivate \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Environments
venv/
source/

0 comments on commit f665628

Please sign in to comment.