Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 48dfe80

Browse files
soufianebenalidune73
authored andcommitted
Moving tests and documentation folders (#1627)
1 parent da32007 commit 48dfe80

File tree

183 files changed

+8
-8
lines changed

Some content is hidden

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

183 files changed

+8
-8
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[submodule "documentation/OWASP-CRS-Documentation"]
2-
path = documentation/OWASP-CRS-Documentation
1+
[submodule "docs/OWASP-CRS-Documentation"]
2+
path = docs/OWASP-CRS-Documentation
33
url = https://github.com/SpiderLabs/OWASP-CRS-Documentation
44
branch = master

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
fast_finish: true
1616
include:
1717
- install:
18-
- pip install -r util/integration/requirements.txt
18+
- pip install -r tests/integration/requirements.txt
1919
before_script:
2020
- git clone https://github.com/CRS-support/secrules_parsing
2121
- pip install -r secrules_parsing/requirements.txt
2222
- python secrules_parsing/secrules_parser.py -c -f rules/*.conf
2323
script:
24-
- py.test -vs util/integration/format_tests.py
24+
- py.test -vs tests/integration/format_tests.py
2525
- &test-common
2626
env: CONFIG=2.9-apache LOGDIR=/var/log/apache2
2727
before_install:
@@ -48,11 +48,11 @@ jobs:
4848
exit 1
4949
fi
5050
install:
51-
- pip install -r util/regression-tests/requirements.txt
51+
- pip install -r tests/regression/requirements.txt
5252
script:
5353
- |
54-
py.test -vs util/regression-tests/CRS_Tests.py \
55-
--config=$CONFIG --ruledir_recurse=util/regression-tests/tests
54+
py.test -vs tests/regression/CRS_Tests.py \
55+
--config=$CONFIG --ruledir_recurse=tests/regression/tests
5656
- docker rm -f "$TRAVIS_BUILD_ID"
5757
- <<: *test-common
5858
env: CONFIG=3.0-apache LOGDIR=/var/log/apache2

docs/OWASP-CRS-Documentation

Submodule OWASP-CRS-Documentation added at df39d82
File renamed without changes.
Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)