Skip to content
Snippets Groups Projects

Added convenience method to create test data

Merged robinwilliam.hundt requested to merge convenience_test_data_method into master
+ 0
2
@@ -17,7 +17,6 @@ build_test_env:
- source .venv/bin/activate
- make install
cache:
policy: push
paths:
- .venv
@@ -28,7 +27,6 @@ build_test_env:
before_script:
- source .venv/bin/activate
cache:
policy: pull
paths:
- .venv
Loading