Skip to content

Commit 714690c

Browse files
committed
moving tests around
1 parent b22fbca commit 714690c

File tree

6 files changed

+16
-111
lines changed

6 files changed

+16
-111
lines changed

Cargo.lock

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "2"
88

99
[workspace.package]
10-
version = "0.3.1-a2"
10+
version = "0.3.1-a3"
1111
authors = ["Gabe Fierro <[email protected]>"]
1212
license = "BSD-3-Clause"
1313
edition = "2021"
@@ -35,7 +35,7 @@ clap = { version = "4.4.18", features = ["derive"] }
3535
derive_builder = "0.20"
3636
oxigraph = "0.4.11"
3737

38-
ontoenv = { version = "0.3.1-a2", path = "lib" }
38+
ontoenv = { version = "0.3.1-a3", path = "lib" }
3939

4040
[profile.profiling]
4141
inherits = "release"
File renamed without changes.
File renamed without changes.

python/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import unittest
22
import shutil
3-
import multiprocessing
43
from pathlib import Path
54
from ontoenv import OntoEnv
65
from rdflib import Graph, URIRef

python/test_readonly_concurrency.py

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)