Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb committed Oct 28, 2020
1 parent d0da5f4 commit a7e791e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,8 @@ The first one execute java command with call graph tool to create à call graph

#### How to write tests

The rules to respect are:

- You must write only one energy test per file test class
- You have to add this annotation on each energy test like
You have to add the annotation `@EnergyTest` on each energy, instead of classical `@Test` annotation.
Following an example:

//...

Expand Down
1 change: 0 additions & 1 deletion src/test/java/org/powerapi/jjoules/AbstractTest.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.powerapi.jjoules;

import org.junit.After;
import org.junit.jupiter.api.AfterAll;

import java.io.File;
import java.util.ArrayList;
Expand Down

0 comments on commit a7e791e

Please sign in to comment.