chore: move testing files
This commit is contained in:
parent
32bc8725e2
commit
01c7f522b5
9 changed files with 4 additions and 2 deletions
2
.github/workflows/kauma.yaml
vendored
2
.github/workflows/kauma.yaml
vendored
|
|
@ -66,4 +66,4 @@ jobs:
|
||||||
docker tag ghcr.io/johndoe31415/labwork-docker:master labwork
|
docker tag ghcr.io/johndoe31415/labwork-docker:master labwork
|
||||||
- name: Run labwork container
|
- name: Run labwork container
|
||||||
run: |
|
run: |
|
||||||
docker run -v $PWD:/dut/ labwork /bin/bash -c '/dut/build && /dut/kauma ./src/test_json/kauma_tests.json'
|
docker run -v $PWD:/dut/ labwork /bin/bash -c '/dut/build && /dut/kauma ./test_json/kauma_tests.json'
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,8 @@ mod tests {
|
||||||
// Note this useful idiom: importing names from outer (for mod tests) scope.
|
// Note this useful idiom: importing names from outer (for mod tests) scope.
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* TODO: Consider removing
|
||||||
#[test]
|
#[test]
|
||||||
fn coefficients_to_byte_arr_xex_test1() {
|
fn coefficients_to_byte_arr_xex_test1() {
|
||||||
let coefficients: Vec<u8> = vec![0];
|
let coefficients: Vec<u8> = vec![0];
|
||||||
|
|
@ -97,7 +99,7 @@ mod tests {
|
||||||
];
|
];
|
||||||
assert_eq!(coefficients_to_byte_arr_xex(coefficients), byte_array)
|
assert_eq!(coefficients_to_byte_arr_xex(coefficients), byte_array)
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#[test]
|
#[test]
|
||||||
fn byte_indices_0x01() {
|
fn byte_indices_0x01() {
|
||||||
let byte: u8 = 0x01;
|
let byte: u8 = 0x01;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue