Skip to content

Commit 0b0c61d

Browse files
author
TinaTiel
authored
Merge pull request #39 from Twasi/topic-30
Topic 30 - Add Testing Resources for End-To-End Tests
2 parents 831d4fb + 97d2f13 commit 0b0c61d

22 files changed

+1611
-82
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Exclude 'Main' java class
22
**/Main.java
33

4+
# Exclude the generated normalized scene collection that can contain personal filepaths
5+
**/TestSceneCollection.json
6+
47
# Filesystem Stuff
58
**.DS_Store
69

@@ -29,3 +32,6 @@ build/
2932
**bower_components
3033

3134
*.sublime*
35+
36+
## Python ##
37+
**__pycache__

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ test {
5050

5151
integrationTest {
5252
useJUnitPlatform()
53+
// exclude '**/manual'
5354
}
5455

5556
task javadocJar(type: Jar) {

0 commit comments

Comments
 (0)